Skip to content

Commit d813964

Browse files
authored
Merge pull request #43511 from sjhala-ccs/BZ2015178
BZ2015178: Added note about Node Health Check Operator
2 parents ad8d38f + 3e93b28 commit d813964

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

virt/install/preparing-cluster-for-virt.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ xref:../../installing/installing_bare_metal/preparing-to-install-on-bare-metal.a
2222
ifdef::openshift-enterprise[]
2323
:FeatureName: Installing OpenShift Virtualization on AWS bare metal instances
2424
include::snippets/technology-preview.adoc[leveloffset=+2]
25+
:!FeatureName:
2526
endif::[]
2627
--
2728
2829
29-
* Additionally, there are two options to maintain high availability (HA) of virtual machines:
30+
* Additionally, there are three options to maintain high availability (HA) of virtual machines:
3031
3132
** Use xref:../../installing/installing_bare_metal_ipi/ipi-install-overview.adoc#ipi-install-overview[installer-provisioned infrastructure] and xref:../../machine_management/deploying-machine-health-checks.adoc#machine-health-checks-about_deploying-machine-health-checks[deploy machine health checks].
3233
+
@@ -42,6 +43,16 @@ In {VirtProductName} clusters installed using installer-provisioned infrastructu
4243
Without an external monitoring system or a qualified human monitoring node health, virtual machines lose high availability.
4344
====
4445

46+
** Use the xref:../../nodes/nodes/eco-node-health-check-operator.adoc#node-health-check-operator[Node Health Check Operator] on any {product-title} cluster to deploy the `NodeHealthCheck` controller. The controller identifies unhealthy nodes and uses the Poison Pill Operator to remediate the unhealthy nodes.
47+
+
48+
--
49+
ifdef::openshift-enterprise[]
50+
:FeatureName: Node Health Check Operator
51+
include::snippets/technology-preview.adoc[leveloffset=+2]
52+
:!FeatureName:
53+
endif::[]
54+
--
55+
4556
* Shared storage is required to enable live migration.
4657
4758
* You must manage your Compute nodes according to the number and size of the virtual machines that you want to host in the cluster.

0 commit comments

Comments
 (0)