- Home
- All questions
- Question 871
CKA study material · question 871 of 1000
A node goes unreachable. kubectl describe pod on one of its Pods shows a toleration for node.kubernetes.io/unreachable with tolerationSeconds 300. What does that govern?
Show the answer
Answer: B. How long the Pod stays bound before eviction is requested
Pods carry default tolerations for not-ready and unreachable with tolerationSeconds of 300, which is the delay before the Pods of a lost node are evicted.
Source: Debug Running Pods (Kubernetes) — Using kubectl describe pod to fetch details about pods