1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 03:47:04 +01:00

OSDOCS-17866#Add non-support for adding BM nodes to vSphere

This commit is contained in:
Lisa Pettyjohn
2026-01-13 14:31:35 -05:00
committed by openshift-cherrypick-robot
parent 255eff8a3d
commit bf8510c30a
2 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
// Module included in the following assemblies:
//
// storage/container_storage_interface/persistent-storage-csi-vsphere.adoc
//
:_mod-docs-content-type: CONCEPT
[id="persistent-storage-csi-vsphere-adding-bm-nodes_{context}"]
= Adding bare-metal nodes
[role="_abstract"]
Adding bare-metal nodes to an {product-title} cluster on vSphere is supported as a Technology Preview feature.
However, if you add bare-metal nodes, you must remove the vSphere CSI Driver, otherwise the cluster is marked as degraded. For information about how to remove the driver and the consequences of doing this, see Section _Disabling and enabling storage on vSphere_.
For information about how to add bare-metal nodes, under _Additional resources_, see Section _Adding bare-metal compute machines to a vSphere cluster_.

View File

@@ -8,6 +8,7 @@ toc::[]
== Overview
[role="_abstract"]
{product-title} can provision persistent volumes (PVs) using the Container Storage Interface (CSI) VMware vSphere driver for Virtual Machine Disk (VMDK) volumes.
Familiarity with xref:../../storage/understanding-persistent-storage.adoc#understanding-persistent-storage[persistent storage] and xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[configuring CSI volumes] is recommended when working with a CSI Operator and driver.
@@ -16,7 +17,7 @@ To create CSI-provisioned persistent volumes (PVs) that mount to vSphere storage
* *vSphere CSI Driver Operator*: The Operator provides a storage class, called `thin-csi`, that you can use to create persistent volumes claims (PVCs). The vSphere CSI Driver Operator supports dynamic volume provisioning by allowing storage volumes to be created on-demand, eliminating the need for cluster administrators to pre-provision storage. You can disable this default storage class if desired (see xref:../../storage/container_storage_interface/persistent-storage-csi-sc-manage.adoc#persistent-storage-csi-sc-manage[Managing the default storage class]).
* *vSphere CSI driver*: The driver enables you to create and mount vSphere PVs. In {product-title} 4.20, the driver version is 3.5.0 The vSphere CSI driver supports all of the file systems supported by the underlying Red Hat Core operating system release, including XFS and Ext4. For more information about supported file systems, see link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_file_systems/overview-of-available-file-systems_managing-file-systems[Overview of available file systems].
* *vSphere CSI driver*: The driver enables you to create and mount vSphere PVs. In {product-title} 4.20, the driver version is 3.6.0 The vSphere CSI driver supports all of the file systems supported by the underlying Red Hat Core operating system release, including XFS and Ext4. For more information about supported file systems, see link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_file_systems/overview-of-available-file-systems_managing-file-systems[Overview of available file systems].
//Please update driver version as needed with each major OCP release starting with 4.13.
@@ -126,6 +127,15 @@ include::modules/persistent-storage-csi-vsphere-disable-storage-consequences.ado
include::modules/persistent-storage-csi-vsphere-disable-storage-procedure.adoc[leveloffset=+2]
include::modules/persistent-storage-csi-vsphere-adding-bm-nodes.adoc[leveloffset=+1]
:FeatureName: Adding bare-metal nodes
include::snippets/technology-preview.adoc[leveloffset=+2]
[role="_additional-resources"]
.Additional resources
* xref:../../machine_management/user_infra/adding-bare-metal-compute-vsphere-user-infra.adoc[Adding bare-metal compute machines to a vSphere cluster]
include::modules/persistent-storage-csi-vsphere-increase-max-vols-per-node-overview.adoc[leveloffset=+1]
:FeatureName: Increasing volumes per node