You can set the Kubernetes version that is used on your Managed Kubernetes clusters and node groups during creation. For existing clusters and node groups, you can upgrade the version. For more information about available versions and the upgrade, see Kubernetes® versions in Managed Service for Kubernetes.Documentation Index
Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
How to set a Kubernetes version
- Web console
- CLI
- In the sidebar, go to
Compute → Kubernetes.
- Click
Create cluster.
- In the Control plane section, select the Kubernetes version from the drop-down list.
It is not currently possible to set a Kubernetes version for a node group in the web console.
How to upgrade a Kubernetes version
To upgrade a Managed Kubernetes cluster to a new version, upgrade the control plane first and then the node groups.- CLI
-
Get the ID of the cluster:
-
Upgrade the control plane:
-
After the upgrade is completed, get the ID of the node group:
-
Upgrade the node group:
The Kubernetes version for a node group must not be higher than for the control plane.