Skip to content

Commit c100619

Browse files
authored
Merge pull request #42648 from lpettyjo/OSDOCS-3192
OSDOCS-3192: vSphere install requirements (adding to storage content area)
2 parents 8d76074 + 590506f commit c100619

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

modules/persistent-storage-csi-vsphere-install-issues.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
//
55

66
[id="persistent-storage-csi-vsphere-install-issues_{context}"]
7-
= Removing a non-Red Hat vSphere CSI Operator Driver
7+
= Removing a third-party vSphere CSI Operator Driver
88

99
{product-title} 4.10 includes a built-in version of the vSphere CSI Operator Driver that is supported by Red Hat. If you have installed a vSphere Container Storage Interface (CSI) Driver provided by the community or another vendor, updates to the next major version of {product-title}, such as 4.11, might be disabled for your cluster.
1010

11-
{product-title} 4.10 clusters are still fully supported, and updates to z-stream releases of 4.10, such as 4.10.z, are not blocked, but you must correct this state by removing the non-Red Hat vSphere CSI Driver before updates to next major version of {product-title} can occur. Removing the non-Red Hat vSphere CSI driver does not require deletion of associated persistent volume (PV) objects, and no data loss should occur.
11+
{product-title} 4.10 clusters are still fully supported, and updates to z-stream releases of 4.10, such as 4.10.z, are not blocked, but you must correct this state by removing the third-party vSphere CSI Driver before updates to next major version of {product-title} can occur. Removing the third-party vSphere CSI driver does not require deletion of associated persistent volume (PV) objects, and no data loss should occur.
1212

1313
[NOTE]
1414
====
1515
These instructions may not be complete, so consult the vendor or community provider uninstall guide to ensure removal of the driver and components.
1616
====
1717

18-
To uninstall the non-Red Hat vSphere CSI Driver:
18+
To uninstall the third-party vSphere CSI Driver:
1919

20-
. Delete the non-Red Hat vSphere CSI Driver (VMware vSphere Container Storage Plug-in) Deployment and Daemonset objects.
21-
. Delete the configmap and secret objects that were installed previously with the non-Red Hat vSphere CSI Driver.
22-
. Delete the non-Red Hat vSphere CSI driver `CSIDriver` object:
20+
. Delete the third-party vSphere CSI Driver (VMware vSphere Container Storage Plug-in) Deployment and Daemonset objects.
21+
. Delete the configmap and secret objects that were installed previously with the third-party vSphere CSI Driver.
22+
. Delete the third-party vSphere CSI driver `CSIDriver` object:
2323
+
2424
[output, terminal]
2525
----
@@ -31,4 +31,4 @@ To uninstall the non-Red Hat vSphere CSI Driver:
3131
csidriver.storage.k8s.io "csi.vsphere.vmware.com" deleted
3232
----
3333

34-
After you have removed the non-Red Hat vSphere CSI Driver from the {product-title} cluster, installation of Red Hat's vSphere CSI Operator Driver automatically resumes, and any conditions that could block upgrades to {product-title} 4.11, or later, are automatically removed. If you had existing vSphere CSI PV objects, their lifecycle is now managed by Red Hat's vSphere CSI Operator Driver.
34+
After you have removed the third-party vSphere CSI Driver from the {product-title} cluster, installation of Red Hat's vSphere CSI Operator Driver automatically resumes, and any conditions that could block upgrades to {product-title} 4.11, or later, are automatically removed. If you had existing vSphere CSI PV objects, their lifecycle is now managed by Red Hat's vSphere CSI Operator Driver.

storage/container_storage_interface/persistent-storage-csi-vsphere.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
3636

3737
include::modules/persistent-storage-csi-vsphere-stor-policy.adoc[leveloffset=+1]
3838

39+
[id="vsphere-csi-driver-requirements_{context}"]
40+
include::snippets/vmware-csi-driver-reqs.adoc[leveloffset=+1]
41+
3942
include::modules/persistent-storage-csi-vsphere-install-issues.adoc[leveloffset=+1]
4043

4144
:FeatureName: vSphere

0 commit comments

Comments
 (0)