- Home
- All questions
- Question 514
CKA study material · question 514 of 1000
A node goes unreachable at 10:00 and its Ready condition is set to Unknown immediately. With default settings, when does the node controller first request eviction of its Pods?
Show the answer
Answer: B. At 10:05
The node controller waits five minutes by default between marking a node Unknown and submitting the first eviction, which gives a briefly partitioned node time to come back.
Source: Nodes (Kubernetes) — Node controller