Skip to content

Commit 4c7a955

Browse files
committed
modules/master-node-sizing: Fix "at least" to "at most" typo
The goal is to have underutilized nodes with space for workloads to be squeezed while nodes are being rebooted. The typo is from 7eb9504 (Recommendation around master node sizing to handle upgrades, 2021-05-06, #32230).
1 parent d098db9 commit 4c7a955

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)