You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-k8s-pool-create-usage.golden
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ USAGE:
7
7
8
8
EXAMPLES:
9
9
Create a pool named bar with 2 DEV1-XL on a given cluster
10
-
scw k8s pool create 11111111-1111-1111-111111111111 name=bar node-type=DEV1-XL size=2
10
+
scw k8s pool create cluster-id=11111111-1111-1111-111111111111 name=bar node-type=DEV1-XL size=2
11
11
12
12
Create a pool named fish with 5 GP1-L with autoscaling enabled within 0 and 10 nodes, autohealing enabled, and containerd as the container runtime on a given cluster
Create a tagged pool named turtle with 1 GP1-S which is using the already created placement group 2222222222222-2222-222222222222 for all the nodes in the pool on a given cluster
Copy file name to clipboardExpand all lines: docs/commands/k8s.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -736,17 +736,17 @@ scw k8s pool create [arg=value ...]
736
736
737
737
Create a pool named bar with 2 DEV1-XL on a given cluster
738
738
```
739
-
scw k8s pool create 11111111-1111-1111-111111111111 name=bar node-type=DEV1-XL size=2
739
+
scw k8s pool create cluster-id=11111111-1111-1111-111111111111 name=bar node-type=DEV1-XL size=2
740
740
```
741
741
742
742
Create a pool named fish with 5 GP1-L with autoscaling enabled within 0 and 10 nodes, autohealing enabled, and containerd as the container runtime on a given cluster
Create a tagged pool named turtle with 1 GP1-S which is using the already created placement group 2222222222222-2222-222222222222 for all the nodes in the pool on a given cluster
Short: "Create a pool named bar with 2 DEV1-XL on a given cluster",
1315
-
Raw: `scw k8s pool create 11111111-1111-1111-111111111111 name=bar node-type=DEV1-XL size=2`,
1315
+
Raw: `scw k8s pool create cluster-id=11111111-1111-1111-111111111111 name=bar node-type=DEV1-XL size=2`,
1316
1316
},
1317
1317
{
1318
1318
Short: "Create a pool named fish with 5 GP1-L with autoscaling enabled within 0 and 10 nodes, autohealing enabled, and containerd as the container runtime on a given cluster",
Short: "Create a tagged pool named turtle with 1 GP1-S which is using the already created placement group 2222222222222-2222-222222222222 for all the nodes in the pool on a given cluster",
0 commit comments