Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/cmd/ske/credentials/describe/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/ske/credentials/rotate/rotate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down