- Home
- All questions
- Question 515
CKA study material · question 515 of 1000
An operator wants the control plane to notice node failures faster. Which kube-controller-manager flag controls how often each node's state is examined?
Show the answer
Answer: C. --node-monitor-period
--node-monitor-period, five seconds by default, sets how often the node controller checks each node. --node-status-update-frequency is a kubelet flag on the reporting side, and the others govern eviction behaviour.
Source: Nodes (Kubernetes) — Node controller