|
| 1 | +--- |
| 2 | +meta: |
| 3 | + title: How to upgrade a Kapsule cluster to the new node image system |
| 4 | + description: Learn how to upgrade a Kapsule cluster to the new node image system. |
| 5 | + h1: How to upgrade a Kapsule cluster to the new node image system |
| 6 | + paragraph: Learn how to upgrade a Kapsule cluster to the new node image system. |
| 7 | +tags: kubernetes kapsule node image |
| 8 | +dates: |
| 9 | + validation: 2025-07-03 |
| 10 | + posted: 2025-07-03 |
| 11 | +categories: |
| 12 | + - containers |
| 13 | +--- |
| 14 | + |
| 15 | + |
| 16 | +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. |
| 17 | + |
| 18 | +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. |
| 19 | +Upgrades will also be faster, as nodes will be replaced instead of rebooted. |
| 20 | + |
| 21 | + |
| 22 | +## Technical specifics of the upgrade Process |
| 23 | + |
| 24 | +* **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. |
| 25 | +* **New IP addresses**: The new replacement nodes will have new IP addresses (both public and private), which could impact IP filtering configurations. |
| 26 | +* **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. |
| 27 | + |
| 28 | +## Upgrade methods |
| 29 | + |
| 30 | +You can migrate your Scaleway Kubernetes Kapsule cluster to the new image system using either the console or the CLI: |
| 31 | + |
| 32 | +### Console upgrade |
| 33 | + |
| 34 | +1. Navigate to **Kubernetes** under the **Containers** section of the [Scaleway console](https://console.scaleway.com/) side menu. The Kubernetes dashboard displays. |
| 35 | +2. Click the Kapsule cluster name you want to manage. The cluster information page displays. |
| 36 | +3. Click **Actions** in the top right corner of the cluster information page. A pop-up menu displays. |
| 37 | +4. Click **Upgrade cluster nodes image**. A pop-up dispalys. |
| 38 | +5. Confirm the upgrade by clicking **Upgrade cluster node image** |
| 39 | + |
| 40 | +### CLI upgrade : |
| 41 | +You can also upgrade the cluster to the new pool image system using the CLI. |
| 42 | + |
| 43 | +Example command: |
| 44 | +* 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