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
Scaleway is introducing a new image system for Kubernetes Kapsule clusters, bringing significant improvements, including reduced boot time, faster autoscaling, and an updated Ubuntu version.
14
14
15
15
The advantages of the new image system include improved boot time, reduced from over five minutes to under one minute, and faster autoscaling. The new images are based on Ubuntu 24.04 LTS, replacing the previous 22.04 LTS version.
16
16
Upgrades will also be faster, as nodes will be replaced instead of rebooted.
17
17
18
-
19
18
## Technical specifics of the upgrade Process
20
19
21
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.
22
21
***New IP addresses**: The new replacement nodes will have new IP addresses (both public and private), which could impact IP filtering configurations.
23
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.
24
23
24
+
<Requirements />
25
+
26
+
-[Created](/kubernetes/how-to/create-cluster/) a Kubernetes Kapsule cluster
27
+
- Have installed the [Scaleway CLI](/scaleway-cli/quickstart/) on your local machine
28
+
25
29
## Upgrade methods
26
30
27
31
You can upgrade your Scaleway Kubernetes Kapsule cluster to the new image system using either the console or the CLI:
@@ -34,8 +38,15 @@ You can upgrade your Scaleway Kubernetes Kapsule cluster to the new image system
34
38
4. Click **Upgrade cluster nodes image**. A pop-up dispalys.
35
39
5. Confirm the upgrade by clicking **Upgrade cluster node image**
36
40
37
-
### CLI upgrade:
41
+
### CLI upgrade:
38
42
You can also upgrade the cluster to the new pool image system using the CLI.
39
43
40
-
Example command:
41
-
* Migrate all pools of a cluster to new images: `scw k8s cluster migrate-to-new-images cluster-id=11111111-1111-1111-1111-111111111111`
0 commit comments