...
Wait for the rollout of new infra to complete
The rollout can be monitored with
kubectl get kcp -A
andkubectl get md -A
Machine details can be found in
kubectl get machines -A
andkubectl get openstackmachines -A
Repeat for each major upgrade step
You can only do a single major upgrade at a time, e.g.
1.100.12
to1.101.4
, then1.102.6
Supported Kubernetes Versions
We aim to support Kubernetes versions and keep CAPI images images for N -1 → N -5 where N is the latest Kubernetes version.
For example, as of the 29/01/2025, the latest Kubernetes version is v1.32 and therefore, we will provide CAPI images for Kubernetes versions v1.31 → v1.27.
Once we provide the latest N-1 image, we will keep the oldest image (N -6) for a minimum of 4 weeks to let you upgrade older clusters and notify any users accordingly.
Please refer to the Kubernetes Release page for the latest version history and patch notes.
Troubleshooting
On the management cluster
...