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
@@ -21,7 +21,7 @@ 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
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)
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
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
@@ -18,7 +18,7 @@ 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
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)
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
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-rdb-read-replica-usage.golden
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2
2
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3
-
A read replica is a live copy of the main database instance only available for reading. Read replica allows you to scale your database instance for read-heavy database workloads. Read replicas can also be used for Business Intelligence workloads.
3
+
A read replica is a live copy of the main database instance only available for reading. Read replica allows you to scale your database instance for read-heavy database workloads. Read replicas can also be used for Business Intelligence workloads. Listing of read replicas is available in the instance response object.
|~~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 |
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)|
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 |
@@ -760,7 +760,7 @@ 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 |
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)|
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 |
Copy file name to clipboardExpand all lines: docs/commands/rdb.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -932,7 +932,7 @@ scw rdb privilege set [arg=value ...]
932
932
933
933
## Read replica management
934
934
935
-
A read replica is a live copy of the main database instance only available for reading. Read replica allows you to scale your database instance for read-heavy database workloads. Read replicas can also be used for Business Intelligence workloads.
935
+
A read replica is a live copy of the main database instance only available for reading. Read replica allows you to scale your database instance for read-heavy database workloads. Read replicas can also be used for Business Intelligence workloads. Listing of read replicas is available in the instance response object.
Short: `The node type is the type of Scaleway Instance wanted for the pool`,
313
+
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)`,
Short: `The node type is the type of Scaleway Instance wanted for the pool`,
1231
+
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)`,
Long: `A read replica is a live copy of the main database instance only available for reading. Read replica allows you to scale your database instance for read-heavy database workloads. Read replicas can also be used for Business Intelligence workloads.
193
+
Long: `A read replica is a live copy of the main database instance only available for reading. Read replica allows you to scale your database instance for read-heavy database workloads. Read replicas can also be used for Business Intelligence workloads. Listing of read replicas is available in the instance response object.
0 commit comments