Skip to content

Commit 96a99c1

Browse files
authored
Merge pull request #8960 from haijianyang/fix-mhc-sample-value
📖 Fix description of example values for MHC unhealthy ranges
2 parents ed62460 + b970a6a commit 96a99c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/tasks/automated-machine-management/healthchecking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ If both `maxUnhealthy` and `unhealthyRange` are specified, `unhealthyRange` take
201201

202202
If `unhealthyRange` is set to `[3-5]` and there are 10 Machines being checked:
203203
- If 2 or fewer nodes are unhealthy, remediation will not be performed.
204-
- If 5 or more nodes are unhealthy, remediation will not be performed.
204+
- If 6 or more nodes are unhealthy, remediation will not be performed.
205205
- In all other cases, remediation will be performed.
206206

207207
Note, the above example had 10 machines as sample set. But, this would work the same way for any other number.

0 commit comments

Comments
 (0)