Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modules/virt-configuring-node-health-checks-for-vms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kind: NodeHealthCheck
metadata:
name: nodehealthcheck-sample
spec:
minHealthy: 1
minHealthy: <count>
pauseRequests:
- <pause_test_cluster>
remediationTemplate:
Expand Down Expand Up @@ -56,7 +56,9 @@ spec:
+
where:
+
* `spec.minHealthy` defines the number of worker nodes required to host VMs that migrate from failed nodes. For critical environments, set this value to the minimum number of nodes that you require to maintain the cluster workload.
* `spec.minHealthy` defines the number of worker nodes required to host VMs that migrate from failed nodes.
** For critical environments, set this value to the minimum number of nodes that you require to maintain the cluster workload.
** For hyperconverged storage, set this value to one less than your number of nodes to limit remediation to a single worker-node failure and maintain storage stability.
* `spec.remediationTemplate` defines the remediation template to use when the Node Health Check Operator detects an unhealthy node. This example uses the Self Node Remediation Operator.
* `spec.escalatingRemediations` defines escalating remediation strategies. If the initial remediation does not resolve the issue within the specified timeout, the next remediation strategy runs.
* `spec.selector` defines the nodes to monitor. This example monitors all worker nodes.
Expand Down