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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Change the type of a specific Kubernetes cluster.
Change the type of a specific Kubernetes cluster. To see the possible values you can enter for the `type` field, [list available cluster types](#path-clusters-list-available-cluster-types-for-a-cluster).

USAGE:
scw k8s cluster set-type <cluster-id ...> [arg=value ...]
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ scw k8s cluster reset-admin-token 11111111-1111-1111-111111111111

### Change the Cluster type

Change the type of a specific Kubernetes cluster.
Change the type of a specific Kubernetes cluster. To see the possible values you can enter for the `type` field, [list available cluster types](#path-clusters-list-available-cluster-types-for-a-cluster).

**Usage:**

Expand Down
2 changes: 1 addition & 1 deletion internal/namespaces/k8s/v1/k8s_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ func k8sClusterUpgrade() *core.Command {
func k8sClusterSetType() *core.Command {
return &core.Command{
Short: `Change the Cluster type`,
Long: `Change the type of a specific Kubernetes cluster.`,
Long: `Change the type of a specific Kubernetes cluster. To see the possible values you can enter for the ` + "`" + `type` + "`" + ` field, [list available cluster types](#path-clusters-list-available-cluster-types-for-a-cluster).`,
Namespace: "k8s",
Resource: "cluster",
Verb: "set-type",
Expand Down