File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ responsible for:
237237- Evicting all the pods from the node using graceful termination if
238238 the node continues to be unreachable. The default timeouts are 40s to start
239239 reporting ConditionUnknown and 5m after that to start evicting pods.
240+
240241The node controller checks the state of each node every ` --node-monitor-period ` seconds.
241242
242243#### Heartbeats
@@ -278,6 +279,7 @@ the same time:
278279 ` --large-cluster-size-threshold ` nodes - default 50), then evictions are stopped.
279280- Otherwise, the eviction rate is reduced to ` --secondary-node-eviction-rate `
280281 (default 0.01) per second.
282+
281283The reason these policies are implemented per availability zone is because one
282284availability zone might become partitioned from the master while the others remain
283285connected. If your cluster does not span multiple cloud provider availability zones,
You can’t perform that action at this time.
0 commit comments