Cluster Upgrade Procedure
CKP supports rolling upgrades across Kubernetes versions. The upgrade process follows a standard node-by-node approach:
- Download — the updated CKP packages for the target Kubernetes version
- Drain — the node to safely evict workloads
- Install — the new CKP packages on the node
- Restart — the kubelet service to pick up the new binaries
- Uncordon — the node to allow workload scheduling again
- Apply — the Kubernetes upgrade via kubeadm on the master node(s)