Commit de3ba2a
committed
modules/master-node-sizing: Raise CPU/memory cap from <=50% to <=60%
The outgoing "half" is from 7eb9504 (Recommendation around master
node sizing to handle upgrades, 2021-05-06, #32230), with the sense
fixed in 4c7a955 (modules/master-node-sizing: Fix "at least" to "at
most" typo, 2021-07-06, #34338). But HighOverallControlPlaneCPU has a
>60 trigger [1] since it landed [2] in 4.8 [3]. It doesn't seem like
we have a high-memory alert set yet. But the idea is that if you take
down one of three control plane nodes, the CPU usage on the others can
be expected to rise by 50% (e.g. from 66% to 100%). 60 and 66 are
pretty close together, probably not worth worrying about that. 50 and
60 aren't all that far apart either. So I'm not all that particular
about where the threshold is, but it makes sense to have the docs and
the alerts agree on the chosen threshold.
[1]: https://github.com/openshift/cluster-kube-apiserver-operator/blame/4b25a7a948fd53b96a815c6012db911721c43744/bindata/assets/alerts/cpu-utilization.yaml#L29
[2]: openshift/cluster-kube-apiserver-operator@21fedd4#diff-aeaff49462b4a42ff78d32aa7c7fefeb9b772b9b8ba65067f4bed9d283a6a847R31
[3]: https://bugzilla.redhat.com/show_bug.cgi?id=1949306#c71 parent 2085023 commit de3ba2a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments