Each minor Kubernetes version is supported by Scaleway Kubernetes for at least twelve months before being deprecated.
Kubernetes version support policy
Kubernetes (K8s) is an open source project that is constantly evolving, integrating and deprecating features and applying bug fixes. The project is supported by the community, which releases between four and six new minor versions every year.
With Scaleway Kubernetes, you can use the latest version of Kubernetes as soon as it is officially released and certified by the Cloud Native Computing Foundation. The versions are usually available in Kubernetes Kapsule and Kubernetes Kosmos within a few days after the release.
Version management recommendationLink to this anchor
We recommend that you keep your Kubernetes clusters up-to-date with the latest available minor version of Kubernetes and the latest patches.
Cluster auto-upgradeLink to this anchor
Before using the auto-upgrade feature, it is essential to differentiate between patch upgrades and minor version upgrades in Kubernetes. While a patch upgrade typically focuses on bug fixes and security patches without altering existing functionalities, a minor version upgrade introduces new features and changes.
The Kubernetes Kapsule and Kubernetes Kosmos platforms offer an auto-upgrade feature to address patch upgrades within the same minor Kubernetes version you are currently using. This means that the feature allows for updates to the latest patch, ensuring enhanced security and stability without introducing major changes.
This upgrade applies to both the control plane and the managed node versions of Kubernetes. You can activate this feature through the API, CLI, or the Scaleway console. Note, to ensure smooth operation of the auto-upgrade, the kube-system
namespace should remain untouched and free from any user-initiated modifications that might cause issues with the upgrade process.
If you are looking to upgrade to the next minor version of Kubernetes, refer to our documentation on upgrading to the next minor version.
SupportLink to this anchor
Before opening a support ticket related to cluster behavior or a Kubernetes component, we highly recommend that you upgrade the cluster to the latest version of Kubernetes. If the upgrade to a new minor version is not possible, the latest patch of the version running on the cluster must be applied.
80% of Kubernetes issues are usually fixed when applying the latest patch version available.
Scaleway Kubernetes Kapsule & Kosmos release calendarLink to this anchor
- Official End of Life: Upstream end of maintenance support.
- Scaleway Release: Version is available for Kubernetes Kapsule and Kubernetes Kosmos cluster creation and cluster upgrade.
- Deprecation: Version is removed from cluster creation option. Customers are informed via a support ticket that they are using a deprecated version of Kubernetes and are asked to update their clusters.
- End of Support: Version is not supported anymore, clusters will be automatically upgraded to the next supported minor version.
When a minor version becomes unsupported, Scaleway operates an upgrade to the latest patch version of the next supported minor version within the next 30 days. You will be notified via ticket.
Scaleway Kubernetes productsLink to this anchor
Kubernetes version | Official release | Official End of Life | Scaleway Release | Deprecation | End of Support |
---|---|---|---|---|---|
1.32 | December 2024 | February 28, 2028 | March 24, 2025 | March 24, 2026 | Mai 24, 2026 |
1.31 | August 2024 | October 28, 2025 | December 2, 2024 | December 2, 2025 | February 2, 2026 |
1.30 | April 2024 | June 28, 2025 | July 9, 2024 | July 9, 2025 | September 9, 2025 |
Scaleway’s support window for Kubernetes releases is 14 months.
Version informationLink to this anchor
For a complete changelog update, refer to the official Kubernetes changelog.
The following documentation only lists the main feature changes for each version and provides a link to the version release announcement on Kubernetes’ official blog.
1.32Link to this anchor
- Official release announcement
- 44 enhancements in total. Of those enhancements, 13 have graduated to stable, 12 are entering beta, and 19 have entered alpha.
1.31Link to this anchor
- Official release announcement
- 45 enhancements: 11 have graduated to stable, 22 are entering beta, and 12 have graduated to alpha.
1.30Link to this anchor
- Official release announcement
- 45 enhancements: 10 are entering alpha, 18 are have graduated to beta, and 17 graduated to stable (see announcement for full list).
Supported Container Network Interfaces (CNI)Link to this anchor
- Kubernetes Kapsule only supports cilium and calico as CNI.
- Kubernetes Kosmos only supports kilo as CNI.
Supported Container Runtime Interfaces (CRI)Link to this anchor
Containerd is the only runtime supported by Scaleway Kubernetes products.