File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: How to upgrade a Kapsule cluster to the new node image system
33description : Learn how to upgrade a Kapsule cluster to the new node image system.
44tags : kubernetes kapsule node image
55dates :
6- validation : 2025-07-16
7- posted : 2025-07-03
6+ validation : 2025-08-05
7+ posted : 2025-08-05
88categories :
99 - containers
1010---
@@ -49,4 +49,8 @@ Example commands:
4949* Migrate a specific pool of a cluster to new images:
5050 ```
5151 scw k8s pool migrate-to-new-images cluster-id=11111111-1111-1111-1111-111111111111 pools.0=22222222-2222-2222-2222-222222222222
52+ ```
53+ * Create a new pool that uses the new images:
54+ ```
55+ scw k8s cluster create name=foo pools.0.name=bar pools.0.tags.0=scw-compute-image pools.0.size=1 pools.0.node-type=GP1-M
5256 ```
You can’t perform that action at this time.
0 commit comments