- Home
- All questions
- Question 560
CKA study material · question 560 of 1000
A control plane component exits with an error on a freshly provisioned host that has no default route configured. What is the likely cause?
Show the answer
Answer: A. kubeadm could not determine an address to advertise
Kubernetes components pick their advertise address from the interface associated with the default gateway; without a default route and without an explicit address, a component may exit with an error.
Source: Creating a cluster with kubeadm (Kubernetes) — Instructions › Network setup