A version is a vanilla Kubernetes version like x.y.z
It comprises a major version x, a minor version y, and a patch version z. At the minimum, Kapsule (Scaleway's managed Kubernetes), will support the last patch version for the past three minor releases. Also, each version has a different set of CNIs, eventually container runtimes, feature gates, and admission plugins available. See our Version Support PolicyOpen in new context.
List all available Versions
Get a Version
Retrieve a specific Kubernetes version and its details.
path Parameters
regionThe region you want to target
version_nameRequested version name.
Get a Version › Responses
nameName of the Kubernetes version.
labelLabel of the Kubernetes version.
regionRegion in which this version is available.
available_cnisSupported Container Network Interface (CNI) plugins for this version.
available_container_runtimesSupported container runtimes for this version.
available_feature_gatesSupported feature gates for this version.
available_admission_pluginsSupported admission plugins for this version.
Supported kubelet arguments for this version.
deprecated_atDate from which this version will no longer be available for provisioning. (RFC 3339 format)
end_of_life_atDate from which any remaining clusters on this version will begin to be forcibly upgraded to the next minor version. (RFC 3339 format)
released_atDate at which this version was made available by Kapsule product. (RFC 3339 format)