Skip to content

Commit df3eabc

Browse files
authored
Fix line separation in concepts/architecture/nodes
1 parent c9f42c1 commit df3eabc

File tree

1 file changed

+2
-0
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+2
-0
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
240241
The 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+
281283
The reason these policies are implemented per availability zone is because one
282284
availability zone might become partitioned from the master while the others remain
283285
connected. If your cluster does not span multiple cloud provider availability zones,

0 commit comments

Comments
 (0)