- Home
- All questions
- Question 418
CKA study material · question 418 of 1000
What is the default rate at which the node controller evicts Pods from failed nodes?
Show the answer
Answer: A. 0.1 per second, so no more than one node every ten seconds
--node-eviction-rate defaults to 0.1 per second, limiting evictions to one node every ten seconds.
Source: Nodes (Kubernetes) — Rate limits on eviction