diff --git a/internal/cmd/ske/credentials/describe/describe.go b/internal/cmd/ske/credentials/describe/describe.go index 4bb2c7895..84c683a11 100644 --- a/internal/cmd/ske/credentials/describe/describe.go +++ b/internal/cmd/ske/credentials/describe/describe.go @@ -35,7 +35,7 @@ func NewCmd() *cobra.Command { Deprecated: fmt.Sprintf("%s\n%s\n%s\n%s\n", "and will be removed in a future release.", "Please use the following command to obtain a kubeconfig file instead:", - " $ stackit ske kubeconfig create my-cluster", + " $ stackit ske kubeconfig create CLUSTER_NAME", "For more information, visit: https://docs.stackit.cloud/stackit/en/how-to-rotate-ske-credentials-200016334.html", ), Example: examples.Build( diff --git a/internal/cmd/ske/credentials/rotate/rotate.go b/internal/cmd/ske/credentials/rotate/rotate.go index 52b95b5dc..57b3c8a36 100644 --- a/internal/cmd/ske/credentials/rotate/rotate.go +++ b/internal/cmd/ske/credentials/rotate/rotate.go @@ -35,8 +35,8 @@ func NewCmd() *cobra.Command { Deprecated: fmt.Sprintf("%s\n%s\n%s\n%s\n%s\n", "and will be removed in a future release.", "Please use the 2-step credential rotation flow instead, by running the commands:", - " $ stackit ske credentials start-rotation my-cluster", - " $ stackit ske credentials complete-rotation my-cluster", + " $ stackit ske credentials start-rotation CLUSTER_NAME", + " $ stackit ske credentials complete-rotation CLUSTER_NAME", "For more information, visit: https://docs.stackit.cloud/stackit/en/how-to-rotate-ske-credentials-200016334.html", ), Example: examples.Build(