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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,13 @@ ARGS:
38
38
[pools.{index}.root-volume-size] System volume disk size
39
39
[pools.{index}.public-ip-disabled] Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway
40
40
[pools.{index}.security-group-id] Security group ID in which all the nodes of the pool will be created. If unset, the pool will use default Kapsule security group in current zone
41
+
[pools.{index}.labels.{key}] Kubernetes labels applied and reconciled on the nodes
42
+
[pools.{index}.taints.{index}.key] The taint key to be applied to a node
43
+
[pools.{index}.taints.{index}.value] The taint value corresponding to the taint key
44
+
[pools.{index}.taints.{index}.effect] Effect defines the effects of Taint (NoSchedule | PreferNoSchedule | NoExecute)
45
+
[pools.{index}.startup-taints.{index}.key] The taint key to be applied to a node
46
+
[pools.{index}.startup-taints.{index}.value] The taint value corresponding to the taint key
47
+
[pools.{index}.startup-taints.{index}.effect] Effect defines the effects of Taint (NoSchedule | PreferNoSchedule | NoExecute)
41
48
[autoscaler-config.scale-down-disabled] Forbid cluster autoscaler to scale down the cluster, defaults to false
42
49
[autoscaler-config.scale-down-delay-after-add] How long after scale up the scale down evaluation resumes
43
50
[autoscaler-config.estimator] Type of resource estimator to be used in scale up (unknown_estimator | binpacking)
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-k8s-pool-create-usage.golden
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,13 @@ ARGS:
35
35
[root-volume-size] System volume disk size
36
36
[public-ip-disabled] Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway
37
37
[security-group-id] Security group ID in which all the nodes of the pool will be created. If unset, the pool will use default Kapsule security group in current zone
38
+
[labels.{key}] Kubernetes labels applied and reconciled on the nodes
39
+
[taints.{index}.key] The taint key to be applied to a node
40
+
[taints.{index}.value] The taint value corresponding to the taint key
41
+
[taints.{index}.effect] Effect defines the effects of Taint (NoSchedule | PreferNoSchedule | NoExecute)
42
+
[startup-taints.{index}.key] The taint key to be applied to a node
43
+
[startup-taints.{index}.value] The taint value corresponding to the taint key
44
+
[startup-taints.{index}.effect] Effect defines the effects of Taint (NoSchedule | PreferNoSchedule | NoExecute)
38
45
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
| pools.{index}.root-volume-size || System volume disk size |
184
184
| pools.{index}.public-ip-disabled || Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway |
185
185
| pools.{index}.security-group-id || Security group ID in which all the nodes of the pool will be created. If unset, the pool will use default Kapsule security group in current zone |
186
+
| pools.{index}.labels.{key} || Kubernetes labels applied and reconciled on the nodes |
187
+
| pools.{index}.taints.{index}.key || The taint key to be applied to a node |
188
+
| pools.{index}.taints.{index}.value || The taint value corresponding to the taint key |
189
+
| pools.{index}.taints.{index}.effect | One of: `NoSchedule`, `PreferNoSchedule`, `NoExecute`| Effect defines the effects of Taint |
190
+
| pools.{index}.startup-taints.{index}.key || The taint key to be applied to a node |
191
+
| pools.{index}.startup-taints.{index}.value || The taint value corresponding to the taint key |
192
+
| pools.{index}.startup-taints.{index}.effect | One of: `NoSchedule`, `PreferNoSchedule`, `NoExecute`| Effect defines the effects of Taint |
186
193
| autoscaler-config.scale-down-disabled || Forbid cluster autoscaler to scale down the cluster, defaults to false |
187
194
| autoscaler-config.scale-down-delay-after-add || How long after scale up the scale down evaluation resumes |
188
195
| autoscaler-config.estimator | One of: `unknown_estimator`, `binpacking`| Type of resource estimator to be used in scale up |
@@ -1014,6 +1021,13 @@ scw k8s pool create [arg=value ...]
1014
1021
| root-volume-size || System volume disk size |
1015
1022
| public-ip-disabled || Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway |
1016
1023
| security-group-id || Security group ID in which all the nodes of the pool will be created. If unset, the pool will use default Kapsule security group in current zone |
1024
+
| labels.{key} || Kubernetes labels applied and reconciled on the nodes |
1025
+
| taints.{index}.key || The taint key to be applied to a node |
1026
+
| taints.{index}.value || The taint value corresponding to the taint key |
1027
+
| taints.{index}.effect | One of: `NoSchedule`, `PreferNoSchedule`, `NoExecute`| Effect defines the effects of Taint |
1028
+
| startup-taints.{index}.key || The taint key to be applied to a node |
1029
+
| startup-taints.{index}.value || The taint value corresponding to the taint key |
1030
+
| startup-taints.{index}.effect | One of: `NoSchedule`, `PreferNoSchedule`, `NoExecute`| Effect defines the effects of Taint |
1017
1031
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`| Region to target. If none is passed will use default region from the config |
0 commit comments