- Home
- All questions
- Question 575
CKA study material · question 575 of 1000
You are upgrading the kubelet on a control plane node across a minor version. Why must that node be drained first?
Show the answer
Answer: B. Because control plane nodes may be running CoreDNS or other critical workloads
A minor-version kubelet upgrade requires draining the node, control plane nodes included, precisely because they can be carrying CoreDNS or other critical Pods.
Source: Upgrading kubeadm clusters (Kubernetes) — Additional information