Skip to content

Commit 0f7ade4

Browse files
authored
Merge pull request #3305 from fabriziopandini/improve-healthcheck-docs
📖 Improve HealthCheck docs
2 parents bb3a4e5 + 35efd43 commit 0f7ade4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/book/src/tasks/healthcheck.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Before attempting to configure a MachineHealthCheck, you should have a working [management cluster] with at least one MachineDeployment or MachineSet deployed.
66

7-
<aside class="note warn">
7+
<aside class="note warning">
88

99
<h1> Important </h1>
1010

@@ -53,6 +53,15 @@ spec:
5353
timeout: 300s
5454
```
5555
56+
<aside class="note warning">
57+
58+
<h1> Important </h1>
59+
60+
If you are defining more than one `MachineHealthCheck` for the same Cluster, make sure that the selectors **do not overlap**
61+
n order to prevent conflicts or unexpected behaviors when trying to remediate the same set of machines.
62+
63+
</aside>
64+
5665
## Remediation short-circuiting
5766

5867
To ensure that MachineHealthChecks only remediate Machines when the cluster is healthy,

0 commit comments

Comments
 (0)