- Home
- All questions
- Question 543
CKA study material · question 543 of 1000
A cluster was built with a single control plane node and no --control-plane-endpoint. The team now wants to add two more control plane nodes for high availability. What does kubeadm support?
Show the answer
Answer: B. Nothing — kubeadm does not support converting such a cluster to highly available
kubeadm does not support that conversion: a cluster built without the shared endpoint cannot be made highly available afterwards, so the endpoint has to be decided at init time.
Source: Creating a cluster with kubeadm (Kubernetes) — Considerations about apiserver-advertise-address and ControlPlaneEndpoint