From 308c8ec3709a81d669c0cd25b5a8f837658b3f6e Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Thu, 30 Oct 2025 15:29:40 -0400 Subject: [PATCH] WMCO Clarifying the infrastructure install prereqs to clarify platform:none is UPI only --- windows_containers/enabling-windows-container-workloads.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows_containers/enabling-windows-container-workloads.adoc b/windows_containers/enabling-windows-container-workloads.adoc index 24133a0339b9..104542dcde8f 100644 --- a/windows_containers/enabling-windows-container-workloads.adoc +++ b/windows_containers/enabling-windows-container-workloads.adoc @@ -20,7 +20,10 @@ Dual NIC is not supported on WMCO-managed Windows instances. * You have installed the OpenShift CLI (`oc`). -* You have installed your cluster using installer-provisioned infrastructure, or using user-provisioned infrastructure with the `platform: none` field set in your `install-config.yaml` file. +* You have installed your cluster using one of the following infrastructures: + +** Any installer-provisioned infrastructure +** A user-provisioned infrastructure with the `platform: none` field set in your `install-config.yaml` file * You have configured hybrid networking with OVN-Kubernetes for your cluster. For more information, see xref:../networking/ovn_kubernetes_network_provider/configuring-hybrid-networking.adoc#configuring-hybrid-ovnkubernetes[Configuring hybrid networking].