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: pages/kubernetes/how-to/upgrade-kapsule-new-node-image-system.mdx
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to upgrade a Kapsule cluster to the new node image system
3
3
description: Learn how to upgrade a Kapsule cluster to the new node image system.
4
4
tags: kubernetes kapsule node image
5
5
dates:
6
-
validation: 2025-09-04
6
+
validation: 2025-10-28
7
7
posted: 2025-09-04
8
8
categories:
9
9
- containers
@@ -17,7 +17,7 @@ Upgrades will also be faster, as nodes will be replaced instead of rebooted.
17
17
18
18
## Technical specifications of the upgrade process
19
19
20
-
***Node replacement**: During upgrade, nodes will be replaced with new ones, which may have implications for data stored locally on nodes (e.g., `hostPath`). Data stored in persistent volumes (PV) will not be affected.
20
+
***Node replacement**: During upgrade, nodes will be replaced with new ones, **any local data will be lost**. Data stored in Persistent Volumes (PV) will not be affected.
21
21
***New IP addresses**: The new replacement nodes will have new IP addresses (both public and private), which could impact IP filtering configurations.
22
22
***GPU pool upgrade**: The upgrade of GPU pools may result in a partial downtime due to a limitation in the GPU operator, which cannot handle mixed Ubuntu versions (22.04 vs 24.04). The operator will install incorrect drivers on new nodes until the upgrade is complete, after which it will recover automatically.
23
23
@@ -30,6 +30,12 @@ Upgrades will also be faster, as nodes will be replaced instead of rebooted.
30
30
31
31
You can upgrade your Scaleway Kubernetes Kapsule cluster to the new image system using either the console or the CLI.
32
32
33
+
<Messagetype="important">
34
+
During the upgrade process, all cluster nodes will be replaced with new ones.
35
+
Any data stored locally on the nodes (for example, using `hostPath`) will be **permanently lost**.
36
+
Data stored in **Persistent Volumes (PVs)** will **not** be affected.
37
+
</Message>
38
+
33
39
### Console upgrade
34
40
35
41
1. Navigate to **Kubernetes** under the **Containers** section of the [Scaleway console](https://console.scaleway.com/) side menu. The Kubernetes dashboard displays.
@@ -48,5 +54,5 @@ Example of commands:
48
54
```
49
55
* Migrate a specific pool of a cluster to new images:
50
56
```
51
-
scw k8s pool migrate-to-new-images cluster-id=11111111-1111-1111-1111-111111111111 pools.0=22222222-2222-2222-2222-222222222222
57
+
scw k8s pool migrate-to-new-images cluster-id=11111111-1111-1111-1111-111111111111 pools-ids.0=22222222-2222-2222-2222-222222222222
0 commit comments