File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
internal/cmd/ske/credentials Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ func NewCmd() *cobra.Command {
35
35
Deprecated : fmt .Sprintf ("%s\n %s\n %s\n %s\n " ,
36
36
"and will be removed in a future release." ,
37
37
"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 " ,
39
39
"For more information, visit: https://docs.stackit.cloud/stackit/en/how-to-rotate-ske-credentials-200016334.html" ,
40
40
),
41
41
Example : examples .Build (
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ func NewCmd() *cobra.Command {
35
35
Deprecated : fmt .Sprintf ("%s\n %s\n %s\n %s\n %s\n " ,
36
36
"and will be removed in a future release." ,
37
37
"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 " ,
40
40
"For more information, visit: https://docs.stackit.cloud/stackit/en/how-to-rotate-ske-credentials-200016334.html" ,
41
41
),
42
42
Example : examples .Build (
You can’t perform that action at this time.
0 commit comments