Skip to content

Commit cd45c63

Browse files
authored
Merge pull request #42812 from openshift-cherrypick-robot/cherry-pick-42232-to-main
[main] Added version requirements to vSphere installation preparation doc
2 parents e7d39ee + 33c01c0 commit cd45c63

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

modules/installation-vsphere-infrastructure.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ You must install the {product-title} cluster on a VMware vSphere version 6 or 7
5959

6060
[IMPORTANT]
6161
====
62-
Installing a cluster on VMware vSphere version 6.7U2 or earlier and virtual hardware version 13 is now deprecated. These versions are still fully supported, but support will be removed in a future version of {product-title}. Hardware version 15 is now the default for vSphere virtual machines in {product-title}. To update the hardware version for your vSphere nodes, see the "Updating hardware on nodes running in vSphere" article.
62+
Installing a cluster on VMware vSphere version 6.7U2 or earlier and virtual hardware version 13 is now deprecated. These versions are still fully supported, but support will be removed in version 4.11 of {product-title}. Hardware version 15 is now the default for vSphere virtual machines in {product-title}. To update the hardware version for your vSphere nodes, see the "Updating hardware on nodes running in vSphere" article.
63+
64+
If your vSphere nodes are below hardware version 15 or your VMware vSphere version is below 6.7U3, upgrading from {product-title} 4.10 to {product-title} 4.11 is not available.
6365
====
6466

6567
.Minimum supported vSphere version for VMware components
@@ -89,6 +91,9 @@ you install {product-title}.
8991
You must ensure that the time on your ESXi hosts is synchronized before you install {product-title}. See link:https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.vcenterhost.doc/GUID-8756D419-A878-4AE0-9183-C6D5A91A8FB1.html[Edit Time Configuration for a Host] in the VMware documentation.
9092
====
9193

94+
[id="vsphere-csi-driver-requirements_{context}"]
95+
include::snippets/vmware-csi-driver-reqs.adoc[]
96+
9297
ifeval::["{context}" == "installing-restricted-networks-vmc"]
9398
:!vmc:
9499
endif::[]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_content-type: SNIPPET
2+
3+
= VMware vSphere CSI Driver Operator requirements
4+
5+
The following requirements must be met in order to install the CSI Driver Operator:
6+
7+
* VMware vSphere version 6.7U3 or later
8+
* Virtual machines of hardware version 15 or later
9+
* No third-party CSI driver already installed in the cluster
10+
11+
If a third-party CSI driver is present in the cluster, {product-title} does not overwrite it. The presence of a third-party CSI driver prevents {product-title} from upgrading to 4.11. For more information about removing a third-party CSI driver, see xref:../../storage/container_storage_interface/persistent-storage-csi-vsphere.adoc#persistent-storage-csi-vsphere-install-issues_persistent-storage-csi-vsphere[Removing a non-Red Hat vSphere CSI Operator Driver].

0 commit comments

Comments
 (0)