Skip to content

Commit cb6c75e

Browse files
authored
Merge pull request #31965 from jcpowermac/vsphere-baremetal
vsphere, baremetal, platform none vmxnet3 bz
2 parents 5dd0a6c + 14a2e96 commit cb6c75e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/installation-requirements-user-infra.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ endif::[]
4545
ifeval::["{context}" == "installing-restricted-networks-vsphere"]
4646
:vsphere:
4747
endif::[]
48+
ifeval::["{context}" == "installing-platform-agnostic"]
49+
:agnostic:
50+
endif::[]
4851

4952
[id="installation-requirements-user-infra_{context}"]
5053
= Machine requirements for a cluster with user-provisioned infrastructure
@@ -86,6 +89,13 @@ endif::ibm-z[]
8689

8790
The bootstrap and control plane machines must use {op-system-first} as the operating system.
8891

92+
ifdef::bare-metal,agnostic[]
93+
[IMPORTANT]
94+
====
95+
If the `platform: none` field is defined in the `install-config.yaml` file, virtual machines (VMs) configured to use virtual hardware version 14 or greater might result in a failed installation. It is recommended to configure VMs with virtual hardware version 13. For more information, see link:https://bugzilla.redhat.com/show_bug.cgi?id=1935539[BZ#1935539].
96+
====
97+
endif::bare-metal,agnostic[]
98+
8999
ifndef::openshift-origin[]
90100
Note that {op-system} is based on {op-system-base-full} 8 and inherits all of its hardware certifications and requirements.
91101
endif::[]
@@ -370,3 +380,6 @@ endif::[]
370380
ifeval::["{context}" == "installing-restricted-networks-bare-metal"]
371381
:!bare-metal:
372382
endif::[]
383+
ifeval::["{context}" == "installing-platform-agnostic"]
384+
:!agnostic:
385+
endif::[]

0 commit comments

Comments
 (0)