Skip to content

Commit 1783896

Browse files
committed
docs(k8s): update doc
1 parent ab11718 commit 1783896

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pages/kubernetes/how-to/upgrade-kapsule-new-node-image-system.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: How to upgrade a Kapsule cluster to the new node image system
33
description: Learn how to upgrade a Kapsule cluster to the new node image system.
44
tags: kubernetes kapsule node image
55
dates:
6-
validation: 2025-07-16
7-
posted: 2025-07-03
6+
validation: 2025-08-05
7+
posted: 2025-08-05
88
categories:
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
```

0 commit comments

Comments
 (0)