- Home
- All questions
- Question 52
CKA study material · question 52 of 1000
Which statement about kubeadm and version skew is correct?
Show the answer
Answer: A. The kubeadm binary must be one that can deploy the target Kubernetes version
Kubernetes' version skew policy governs kubeadm too, so the binary must support the version being installed.
Source: Creating a cluster with kubeadm (Kubernetes) — Before you begin