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:
237
237
- Evicting all the pods from the node using graceful termination if
238
238
the node continues to be unreachable. The default timeouts are 40s to start
239
239
reporting ConditionUnknown and 5m after that to start evicting pods.
240
+
240
241
The node controller checks the state of each node every ` --node-monitor-period ` seconds.
241
242
242
243
#### Heartbeats
@@ -278,6 +279,7 @@ the same time:
278
279
` --large-cluster-size-threshold ` nodes - default 50), then evictions are stopped.
279
280
- Otherwise, the eviction rate is reduced to ` --secondary-node-eviction-rate `
280
281
(default 0.01) per second.
282
+
281
283
The reason these policies are implemented per availability zone is because one
282
284
availability zone might become partitioned from the master while the others remain
283
285
connected. If your cluster does not span multiple cloud provider availability zones,
You can’t perform that action at this time.
0 commit comments