- Home
- All questions
- Question 577
CKA study material · question 577 of 1000
An administrator wants to change an API server flag while also upgrading the cluster. What does kubeadm upgrade offer?
Show the answer
Answer: B. Nothing — kubeadm upgrade does not reconfigure an existing cluster
kubeadm upgrade moves a cluster to a new version and nothing more; reconfiguring an existing cluster is a separate documented procedure.
Source: Upgrading kubeadm clusters (Kubernetes) — Additional information