From 509ceacd7b1c372fd74666f925a11d39148c2225 Mon Sep 17 00:00:00 2001 From: Laura Hinson Date: Tue, 23 Sep 2025 10:39:07 -0400 Subject: [PATCH] Clarifying prereq for HCP on OpenShift Virtualization --- modules/hcp-virt-prereqs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hcp-virt-prereqs.adoc b/modules/hcp-virt-prereqs.adoc index dc16ce0677d0..6f32b1341866 100644 --- a/modules/hcp-virt-prereqs.adoc +++ b/modules/hcp-virt-prereqs.adoc @@ -19,7 +19,7 @@ $ oc patch ingresscontroller -n openshift-ingress-operator default \ ---- * The {product-title} management cluster has {VirtProductName}, version 4.14 or later, installed on it. For more information, see "Installing OpenShift Virtualization using the web console". * The {product-title} management cluster is on-premise bare metal. -* The {product-title} management cluster is configured with OVNKubernetes as the default pod network CNI. +* The {product-title} management cluster must be configured with `OVNKubernetes` as the default pod network Container Network Interface (CNI). Live migration is supported for nodes only if the CNI is OVN-Kubernetes. * The {product-title} management cluster has a default storage class. For more information, see "Postinstallation storage configuration". The following example shows how to set a default storage class: + [source,terminal]