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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ ARGS:
34
34
[pools.{index}.upgrade-policy.max-unavailable] The maximum number of nodes that can be not ready at the same time
35
35
[pools.{index}.upgrade-policy.max-surge] The maximum number of nodes to be created during the upgrade
36
36
[pools.{index}.zone] Zone in which the pool's nodes will be spawned
37
-
[pools.{index}.root-volume-type] Defines the system volume disk type. Two different types of volume (`volume_type`) are provided: `l_ssd` is a local block storage which means your system is stored locally on your node's hypervisor. `b_ssd` is a remote block storage which means your system is stored on a centralized and resilient cluster (default_volume_type | l_ssd | b_ssd)
37
+
[pools.{index}.root-volume-type] Defines the system volume disk type. Two different types of volume (`volume_type`) are provided: `l_ssd` is a local block storage which means your system is stored locally on your node's hypervisor. `b_ssd` is a remote block storage which means your system is stored on a centralized and resilient cluster (default_volume_type | l_ssd | b_ssd | sbs_5k | sbs_15k)
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
[autoscaler-config.scale-down-disabled] Disable the cluster autoscaler
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-k8s-pool-create-usage.golden
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ ARGS:
31
31
[upgrade-policy.max-unavailable]
32
32
[upgrade-policy.max-surge]
33
33
[zone] Zone in which the pool's nodes will be spawned
34
-
[root-volume-type] Defines the system volume disk type. Two different types of volume (`volume_type`) are provided: `l_ssd` is a local block storage which means your system is stored locally on your node's hypervisor. `b_ssd` is a remote block storage which means your system is stored on a centralized and resilient cluster (default_volume_type | l_ssd | b_ssd)
34
+
[root-volume-type] Defines the system volume disk type. Two different types of volume (`volume_type`) are provided: `l_ssd` is a local block storage which means your system is stored locally on your node's hypervisor. `b_ssd` is a remote block storage which means your system is stored on a centralized and resilient cluster (default_volume_type | l_ssd | b_ssd | sbs_5k | sbs_15k)
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
[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}.upgrade-policy.max-unavailable || The maximum number of nodes that can be not ready at the same time |
99
99
| pools.{index}.upgrade-policy.max-surge || The maximum number of nodes to be created during the upgrade |
100
100
| pools.{index}.zone || Zone in which the pool's nodes will be spawned |
101
-
| pools.{index}.root-volume-type | One of: `default_volume_type`, `l_ssd`, `b_ssd`| Defines the system volume disk type. Two different types of volume (`volume_type`) are provided: `l_ssd` is a local block storage which means your system is stored locally on your node's hypervisor. `b_ssd` is a remote block storage which means your system is stored on a centralized and resilient cluster |
101
+
| pools.{index}.root-volume-type | One of: `default_volume_type`, `l_ssd`, `b_ssd`, `sbs_5k`, `sbs_15k`| Defines the system volume disk type. Two different types of volume (`volume_type`) are provided: `l_ssd` is a local block storage which means your system is stored locally on your node's hypervisor. `b_ssd` is a remote block storage which means your system is stored on a centralized and resilient cluster |
102
102
| pools.{index}.root-volume-size || System volume disk size |
103
103
| 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 |
104
104
| autoscaler-config.scale-down-disabled || Disable the cluster autoscaler |
@@ -904,7 +904,7 @@ scw k8s pool create [arg=value ...]
904
904
| upgrade-policy.max-unavailable |||
905
905
| upgrade-policy.max-surge |||
906
906
| zone || Zone in which the pool's nodes will be spawned |
907
-
| root-volume-type | One of: `default_volume_type`, `l_ssd`, `b_ssd`| Defines the system volume disk type. Two different types of volume (`volume_type`) are provided: `l_ssd` is a local block storage which means your system is stored locally on your node's hypervisor. `b_ssd` is a remote block storage which means your system is stored on a centralized and resilient cluster |
907
+
| root-volume-type | One of: `default_volume_type`, `l_ssd`, `b_ssd`, `sbs_5k`, `sbs_15k`| Defines the system volume disk type. Two different types of volume (`volume_type`) are provided: `l_ssd` is a local block storage which means your system is stored locally on your node's hypervisor. `b_ssd` is a remote block storage which means your system is stored on a centralized and resilient cluster |
908
908
| root-volume-size || System volume disk size |
909
909
| 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 |
910
910
| 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