Skip to content

Commit

Permalink
Merge pull request #8960 from haijianyang/fix-mhc-sample-value
Browse files Browse the repository at this point in the history
📖 Fix description of example values for MHC unhealthy ranges
  • Loading branch information
k8s-ci-robot authored Jul 5, 2023
2 parents ed62460 + b970a6a commit 96a99c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ If both `maxUnhealthy` and `unhealthyRange` are specified, `unhealthyRange` take

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

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

0 comments on commit 96a99c1

Please sign in to comment.