File tree Expand file tree Collapse file tree
internal/cmd/ske/credentials Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ func NewCmd() *cobra.Command {
3535 Deprecated : fmt .Sprintf ("%s\n %s\n %s\n %s\n " ,
3636 "and will be removed in a future release." ,
3737 "Please use the following command to obtain a kubeconfig file instead:" ,
38- " $ stackit ske kubeconfig create my-cluster " ,
38+ " $ stackit ske kubeconfig create CLUSTER_NAME " ,
3939 "For more information, visit: https://docs.stackit.cloud/stackit/en/how-to-rotate-ske-credentials-200016334.html" ,
4040 ),
4141 Example : examples .Build (
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ func NewCmd() *cobra.Command {
3535 Deprecated : fmt .Sprintf ("%s\n %s\n %s\n %s\n %s\n " ,
3636 "and will be removed in a future release." ,
3737 "Please use the 2-step credential rotation flow instead, by running the commands:" ,
38- " $ stackit ske credentials start-rotation my-cluster " ,
39- " $ stackit ske credentials complete-rotation my-cluster " ,
38+ " $ stackit ske credentials start-rotation CLUSTER_NAME " ,
39+ " $ stackit ske credentials complete-rotation CLUSTER_NAME " ,
4040 "For more information, visit: https://docs.stackit.cloud/stackit/en/how-to-rotate-ske-credentials-200016334.html" ,
4141 ),
4242 Example : examples .Build (
You can’t perform that action at this time.
0 commit comments