You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Printf("\n\nfailed to delete all sqs queues; please delete queues starting with the name %s via the cloudwatch console: https://%s.console.aws.amazon.com/sqs/v2/home", clusterconfig.SQSNamePrefix(accessConfig.ClusterName), accessConfig.Region)
452
+
fmt.Printf("\n\nfailed to delete all sqs queues; please delete queues starting with the name %s via the cloudwatch console: https://%s.console.aws.amazon.com/sqs/v2/home\n", clusterconfig.SQSNamePrefix(accessConfig.ClusterName), accessConfig.Region)
441
453
errors.PrintError(err)
442
454
fmt.Println()
443
455
} else {
@@ -446,12 +458,7 @@ var _clusterDownCmd = &cobra.Command{
@@ -466,13 +473,41 @@ var _clusterDownCmd = &cobra.Command{
466
473
fmt.Printf("○ deleting auto-generated iam policy %s ", policyARN)
467
474
err=awsClient.DeletePolicy(policyARN)
468
475
iferr!=nil {
469
-
fmt.Printf("\n\nfailed to delete auto-generated cortex policy %s; please delete the policy via the iam console: https://us-west-2.console.aws.amazon.com/iam/home#/policies", policyARN)
476
+
fmt.Printf("\n\nfailed to delete auto-generated cortex policy %s; please delete the policy via the iam console: https://console.aws.amazon.com/iam/home#/policies\n", policyARN)
fmt.Println("\nfailed to list volumes for deletion; please delete any volumes associated with your cluster via the ec2 console: https://console.aws.amazon.com/ec2/v2/home?#Volumes")
exit.Error(errors.Append(err, fmt.Sprintf("\n\nyou can attempt to resolve this issue and configure your cli environment by running `cortex cluster info --configure-env %s`", _flagClusterGCPUpEnv)))
175
175
}
@@ -244,10 +244,10 @@ var _clusterGCPDownCmd = &cobra.Command{
fmt.Printf("your cluster named \"%s\" in %s (zone: %s) will be spun down and all apis will be deleted\n\n", accessConfig.ClusterName, accessConfig.Project, accessConfig.Zone)
@@ -291,7 +291,7 @@ var _clusterGCPDownCmd = &cobra.Command{
291
291
fmt.Print("○ proceeding with best-effort deletion of the cluster ")
0 commit comments