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-cluster-create-usage.golden
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ ARGS:
21
21
version=latest The Kubernetes version of the cluster
22
22
cni=cilium The Container Network Interface (CNI) plugin that will run in the cluster (unknown_cni | cilium | calico | weave | flannel | kilo)
23
23
pools.{index}.name The name of the pool
24
-
pools.{index}.node-type The node type is the type of Scaleway Instance wanted for the pool, nodes with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST)
24
+
pools.{index}.node-type The node type is the type of Scaleway Instance wanted for the pool
25
25
[pools.{index}.placement-group-id] The placement group ID in which all the nodes of the pool will be created
26
26
[pools.{index}.autoscaling] The enablement of the autoscaling feature for the pool
27
27
pools.{index}.size The size (number of nodes) of the pool
28
-
[pools.{index}.min-size] The minimun size of the pool
28
+
[pools.{index}.min-size] The minimum size of the pool
29
29
[pools.{index}.max-size] The maximum size of the pool
30
30
[pools.{index}.container-runtime] The container runtime for the nodes of the pool (unknown_runtime | docker | containerd | crio)
31
31
[pools.{index}.autohealing] The enablement of the autohealing feature for the pool
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-k8s-pool-create-usage.golden
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ EXAMPLES:
18
18
ARGS:
19
19
cluster-id The ID of the cluster in which the pool will be created
20
20
name=<generated> The name of the pool
21
-
node-type=DEV1-M The node type is the type of Scaleway Instance wanted for the pool, nodes with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST)
21
+
node-type=DEV1-M The node type is the type of Scaleway Instance wanted for the pool
22
22
[placement-group-id] The placement group ID in which all the nodes of the pool will be created
23
23
[autoscaling] The enablement of the autoscaling feature for the pool
24
24
size=1 The size (number of nodes) of the pool
25
-
[min-size] The minimun size of the pool
25
+
[min-size] The minimum size of the pool
26
26
[max-size] The maximum size of the pool
27
27
[container-runtime] The container runtime for the nodes of the pool (unknown_runtime | docker | containerd | crio)
28
28
[autohealing] The enablement of the autohealing feature for the pool
|~~enable-dashboard~~| Deprecated | The enablement of the Kubernetes Dashboard in the cluster |
70
70
|~~ingress~~| Deprecated<br />One of: `unknown_ingress`, `none`, `nginx`, `traefik`, `traefik2`| The Ingress Controller that will run in the cluster |
71
71
| pools.{index}.name | Required | The name of the pool |
72
-
| pools.{index}.node-type | Required | The node type is the type of Scaleway Instance wanted for the pool, nodes with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST)|
72
+
| pools.{index}.node-type | Required | The node type is the type of Scaleway Instance wanted for the pool |
73
73
| pools.{index}.placement-group-id || The placement group ID in which all the nodes of the pool will be created |
74
74
| pools.{index}.autoscaling || The enablement of the autoscaling feature for the pool |
75
75
| pools.{index}.size | Required | The size (number of nodes) of the pool |
76
-
| pools.{index}.min-size || The minimun size of the pool |
76
+
| pools.{index}.min-size || The minimum size of the pool |
77
77
| pools.{index}.max-size || The maximum size of the pool |
78
78
| pools.{index}.container-runtime | One of: `unknown_runtime`, `docker`, `containerd`, `crio`| The container runtime for the nodes of the pool |
79
79
| pools.{index}.autohealing || The enablement of the autohealing feature for the pool |
@@ -760,11 +760,11 @@ scw k8s pool create [arg=value ...]
760
760
|------|---|-------------|
761
761
| cluster-id | Required | The ID of the cluster in which the pool will be created |
762
762
| name | Required<br />Default: `<generated>`| The name of the pool |
763
-
| node-type | Required<br />Default: `DEV1-M`| The node type is the type of Scaleway Instance wanted for the pool, nodes with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST)|
763
+
| node-type | Required<br />Default: `DEV1-M`| The node type is the type of Scaleway Instance wanted for the pool |
764
764
| placement-group-id || The placement group ID in which all the nodes of the pool will be created |
765
765
| autoscaling || The enablement of the autoscaling feature for the pool |
766
766
| size | Required<br />Default: `1`| The size (number of nodes) of the pool |
767
-
| min-size || The minimun size of the pool |
767
+
| min-size || The minimum size of the pool |
768
768
| max-size || The maximum size of the pool |
769
769
| container-runtime | One of: `unknown_runtime`, `docker`, `containerd`, `crio`| The container runtime for the nodes of the pool |
770
770
| autohealing || The enablement of the autohealing feature for the pool |
Short: `The node type is the type of Scaleway Instance wanted for the pool, nodes with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST)`,
313
+
Short: `The node type is the type of Scaleway Instance wanted for the pool`,
Short: `The node type is the type of Scaleway Instance wanted for the pool, nodes with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST)`,
1231
+
Short: `The node type is the type of Scaleway Instance wanted for the pool`,
0 commit comments