- Home
- All questions
- Question 561
CKA study material · question 561 of 1000
An administrator changes a control plane node's IP address after the cluster is built. What else must be done?
Show the answer
Answer: B. Re-issue the affected certificates and restart those components
The addresses of control plane components are baked into the subject alternative names of their X.509 certificates, so changing one requires signing new certificates and restarting the components that use them.
Source: Creating a cluster with kubeadm (Kubernetes) — Instructions › Network setup