Skip to content

Commit 97d5ae5

Browse files
author
Bob Furu
authored
Merge pull request #35060 from bobfuru/BZ1858166
BZ1858166 Clarify maxUnhealthy in machine health check
2 parents 9804337 + 059c8a2 commit 97d5ae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/machine-health-checks-resource.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Remediation is not performed if the number of unhealthy machines exceeds the `ma
6060
If `maxUnhealthy` is not set, the value defaults to `100%` and the machines are remediated regardless of the state of the cluster.
6161
====
6262

63+
The appropriate `maxUnhealthy` value depends on the scale of the cluster you deploy and how many machines the `MachineHealthCheck` covers. For example, you can use the `maxUnhealthy` value to cover multiple machine sets across multiple availability zones so that if you lose an entire zone, your `maxUnhealthy` setting prevents further remediation within the cluster.
64+
6365
The `maxUnhealthy` field can be set as either an integer or percentage.
6466
There are different remediation implementations depending on the `maxUnhealthy` value.
6567

0 commit comments

Comments
 (0)