Skip to content

Commit 72cfde9

Browse files
author
Bob Furu
authored
Merge pull request #34338 from wking/master-node-sizing-at-least-to-at-most
modules/master-node-sizing: Fix "at least" to "at most" typo
2 parents d098db9 + 4c7a955 commit 72cfde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/master-node-sizing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The control plane node resource requirements depend on the number of nodes in th
4040

4141
|===
4242

43-
On a cluster with three masters or control plane nodes, the CPU and memory usage will spike up when one of the nodes is stopped, rebooted or fails because the remaining two nodes must handle the load in order to be highly available. This is also expected during upgrades because the masters are cordoned, drained, and rebooted serially to apply the operating system updates, as well as the control plane Operators update. To avoid cascading failures on large and dense clusters, keep the overall resource usage on the master nodes to at least half of all available capacity to handle the resource usage spikes. Increase the CPU and memory on the master nodes accordingly.
43+
On a cluster with three masters or control plane nodes, the CPU and memory usage will spike up when one of the nodes is stopped, rebooted or fails because the remaining two nodes must handle the load in order to be highly available. This is also expected during upgrades because the masters are cordoned, drained, and rebooted serially to apply the operating system updates, as well as the control plane Operators update. To avoid cascading failures on large and dense clusters, keep the overall resource usage on the master nodes to at most half of all available capacity to handle the resource usage spikes. Increase the CPU and memory on the master nodes accordingly.
4444

4545
[IMPORTANT]
4646
====

0 commit comments

Comments
 (0)