Jump toUpdate content
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.
Each minor Kubernetes version is supported by Scaleway Kubernetes for at least twelve months before being deprecated.
Version management recommandation
We recommended you keep your Kubernetes clusters up-to-date with the latest available minor version of Kubernetes and the latest patches.
Cluster auto-upgrade
The auto-upgrade functionality provided by Kubernetes Kapsule & Kubernetes Kosmos on the control plane and the managed node versions of Kubernetes can be activated using the API, CLI, or the Scaleway console. For this functionality to operate correctly, the kube-system
namespace of a cluster must not be altered or have any user-induced behaviors that could interfere with the auto-upgrade functionality.
Support
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 calendar
- Release: Version is available for 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.
Scaleway Kubernetes products
Kubernetes version | Official release | Official End of Life | Release | Deprecation | End of Support |
---|---|---|---|---|---|
1.19 | August 26, 2020 | October 2021 | August 31, 2020 | August 2022 | October 15, 2022 |
1.20 | December 8, 2020 | February 2022 | December 8, 2020 | November 2022 | January 15, 2023 |
1.21 | April 8, 2021 | June 2022 | April 30, 2021 | April 2023 | June 15, 2023 |
1.22 | August 4, 2021 | October 2022 | August 11, 2021 | August 2023 | October 15, 2023 |
1.23 | December 8, 2021 | February 2023 | December 9, 2021 | December 2023 | February 15, 2024 |
1.24 | April 2022 |
Version information
For a complete changelog update, refer to the official Kubernetes changelog.
The following documentation lists only the main feature changes for each version and provides a link to the version release announcement on Kubernetes’ official blog.
1.24
- Official release announcement
1.23
- Official release announcement
Main changes:
- Deprecation of FlexVolume
- Deprecation of klog specific flags
- API/features graduation to GA (see announcement for full list)
- API/features graduation to beta (see announcement for full list)
- CSI Migration updates
1.22
- Official release announcement
Main changes:
- Removal of several deprecated beta APIs in favor of GA versions (here for more details https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/)
- Ephemeral Containers API changes and improvements
1.21
- Official release announcement
Main changes: *PodSecurityPolicy deprecation *TopologyKeys Deprecation
1.20
- Official release announcement
Main changes:
- Dockershim Deprecation
- Exec Probe Timeout Handling
1.19
Official release announcement