Skip to content

Commit 91abd3c

Browse files
committed
Remove cluster confirmation table from installation prompt
(cherry picked from commit 5f1e781)
1 parent 07caec1 commit 91abd3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/cmd/lib_cluster_config.go

-2
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ func confirmInstallClusterConfig(clusterConfig *clusterconfig.Config, awsCreds *
268268
}
269269
}
270270

271-
fmt.Println(clusterConfigConfirmaionStr(clusterConfig, awsCreds) + "\n")
272-
273271
fmt.Printf("cortex will use your %s aws access key id to provision the following resources in the %s region of your aws account:\n\n", s.MaskString(awsCreds.AWSAccessKeyID, 4), *clusterConfig.Region)
274272
fmt.Printf("○ an s3 bucket named %s\n", *clusterConfig.Bucket)
275273
fmt.Printf("○ a cloudwatch log group named %s\n", clusterConfig.LogGroup)

0 commit comments

Comments
 (0)