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: docs/commands/k8s.md
-37Lines changed: 0 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ This API allows you to manage Kubernetes Kapsule and Kosmos clusters.
38
38
-[Delete a Pool in a Cluster](#delete-a-pool-in-a-cluster)
39
39
-[Get a Pool in a Cluster](#get-a-pool-in-a-cluster)
40
40
-[List Pools in a Cluster](#list-pools-in-a-cluster)
41
-
-[Migrate specific pools or all pools of a cluster to new images.](#migrate-specific-pools-or-all-pools-of-a-cluster-to-new-images.)
42
41
-[Update a Pool in a Cluster](#update-a-pool-in-a-cluster)
43
42
-[Upgrade a Pool in a Cluster](#upgrade-a-pool-in-a-cluster)
44
43
-[Wait for a pool to reach a stable state](#wait-for-a-pool-to-reach-a-stable-state)
@@ -1147,42 +1146,6 @@ scw k8s pool list cluster-id=11111111-1111-1111-1111-111111111111 order-by=creat
1147
1146
1148
1147
1149
1148
1150
-
### Migrate specific pools or all pools of a cluster to new images.
1151
-
1152
-
If no pool is specified, all pools of the cluster will be migrated to new images.
1153
-
1154
-
**Usage:**
1155
-
1156
-
```
1157
-
scw k8s pool migrate-to-new-images [arg=value ...]
1158
-
```
1159
-
1160
-
1161
-
**Args:**
1162
-
1163
-
| Name || Description |
1164
-
|------|---|-------------|
1165
-
| cluster-id | Required ||
1166
-
| pool-ids.{index} |||
1167
-
| 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 |
1168
-
1169
-
1170
-
**Examples:**
1171
-
1172
-
1173
-
Migrate all pools of a cluster to new images
1174
-
```
1175
-
scw k8s pool migrate-to-new-images cluster-id=11111111-1111-1111-1111-111111111111
1176
-
```
1177
-
1178
-
Migrate a specific pool of a cluster to new images
1179
-
```
1180
-
scw k8s pool migrate-to-new-images cluster-id=11111111-1111-1111-1111-111111111111 pools.0=22222222-2222-2222-2222-222222222222
1181
-
```
1182
-
1183
-
1184
-
1185
-
1186
1149
### Update a Pool in a Cluster
1187
1150
1188
1151
Update the attributes of a specific pool, such as its desired size, autoscaling settings, and tags. To upgrade a pool, you will need to use the dedicated endpoint.
0 commit comments