- Home
- All questions
- Question 995
CKA study material · question 995 of 1000
During a graceful node shutdown, why can a Pod tolerating node.kubernetes.io/not-ready:NoSchedule still not start there?
Show the answer
Answer: D. The kubelet rejects Pods at admission once shutdown is detected
Beyond setting a NotReady condition the kubelet refuses Pods during the PodAdmission phase, so a toleration cannot get one onto a node that is shutting down.
Source: Node Shutdowns (Kubernetes) — Graceful node shutdown › Configuring graceful node shutdown