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-block-volume-list-usage.golden
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ ARGS:
10
10
[project-id] Filter by Project ID
11
11
[name] Filter the return volumes by their names
12
12
[product-resource-id] Filter by a product resource ID linked to this volume (such as an Instance ID)
13
+
[tags.{index}] Filter by tags. Only volumes with one or more matching tags will be returned
13
14
[organization-id] Filter by Organization ID
14
15
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3 | all)
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)
Copy file name to clipboardExpand all lines: docs/commands/block.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,6 +275,7 @@ scw block volume list [arg=value ...]
275
275
| project-id || Filter by Project ID |
276
276
| name || Filter the return volumes by their names |
277
277
| product-resource-id || Filter by a product resource ID linked to this volume (such as an Instance ID) |
278
+
| tags.{index} || Filter by tags. Only volumes with one or more matching tags will be returned |
278
279
| organization-id || Filter by Organization ID |
279
280
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`, `all`| Zone to target. If none is passed will use default zone from the config |
| 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