- Home
- All questions
- Question 557
CKA study material · question 557 of 1000
A kubeadm binary at v1.35 is used to build a new cluster. Which control plane versions may it deploy?
Show the answer
Answer: B. v1.35 or v1.34
kubeadm can deploy Kubernetes components at its own version or one minor version older, which is a tighter allowance than the three minor versions it permits for the kubelet.
Source: Creating a cluster with kubeadm (Kubernetes) — Version skew policy › kubeadm's skew against the Kubernetes version