- Home
- All questions
- Question 78
CKA study material · question 78 of 1000
During an upgrade that replaces the etcd static Pod, in-flight API requests stall. What is suggested to limit the disruption?
Show the answer
Answer: B. Stop kube-apiserver gracefully a few seconds before the upgrade command
A graceful kube-apiserver shutdown beforehand lets in-flight requests finish and closes existing connections.
Source: Upgrading kubeadm clusters (Kubernetes) — Considerations when upgrading etcd