Skip to content

Commit 5a1a2bc

Browse files
committed
Add debug information to cortex cluster update error message
1 parent f6ee4e1 commit 5a1a2bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/cmd/cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ var _updateCmd = &cobra.Command{
128128
exit.Error(err)
129129
}
130130
if exitCode == nil || *exitCode != 0 {
131+
fmt.Printf("additional information may be found in the activity history of your cluster's autoscaling groups https://console.aws.amazon.com/ec2/autoscaling/home?region=%s#AutoScalingGroups:\n", *clusterConfig.Region)
131132
exit.ErrorNoPrint(out)
132133
}
133134
},

0 commit comments

Comments
 (0)