- Home
- All questions
- Question 54
CKA study material · question 54 of 1000
Which flag sets the shared endpoint that every control-plane node in a cluster answers on?
Show the answer
Answer: B. --control-plane-endpoint
--control-plane-endpoint sets the shared endpoint; --apiserver-advertise-address sets one node's own address.
Source: Creating a cluster with kubeadm (Kubernetes) — Considerations about apiserver-advertise-address and ControlPlaneEndpoint