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.