Check the Upgrade Status of Your Cluster
You can see the current version of your cluster in the Overview tab of your cluster’s page. The Settings tab shows the upgrade status of your cluster, which can be one of the following:- Up to date: your cluster is already running the latest supported version, so no upgrade is needed at the moment.
- Upgrade available: a newer version is available and you can start the upgrade by clicking the Upgrade button.
- Upgrading: an upgrade is currently in progress.
- Not ready: another operation, such as a worker node pool resize, is in progress, or the cluster has not yet finished bootstrapping. You can come back once that operation finishes.
Upgrade via Web Interface
- Navigate to the Kubernetes page in the Ubicloud Console.
- Click on the name of the cluster you want to upgrade.
- Click the Settings tab.
- In the Upgrade Cluster section, click the Upgrade button.
Upgrade via CLI
You can also upgrade your cluster using theubi CLI tool with the upgrade command:
Upgrade via API
To upgrade your cluster using the API, send aPOST request to the kubernetes-cluster/{cluster_ref}/upgrade endpoint: