- Home
- All questions
- Question 172
CKA study material · question 172 of 1000
How does tolerationSeconds affect a toleration for a NoExecute taint? Choose two.
Show the answer
Answer: C. Without it, the Pod stays bound to the node indefinitely
B. With it, the node lifecycle controller evicts the Pod once the time elapses
A NoExecute toleration lasting forever omits tolerationSeconds; setting it bounds how long the Pod remains.
Source: Taints and Tolerations (Kubernetes) — Taint effects