From d12a677bbe941c2c446560af37e6fc2f874443df Mon Sep 17 00:00:00 2001 From: Lisa Pettyjohn Date: Tue, 5 Aug 2025 16:33:15 -0400 Subject: [PATCH] OSDOCS-15638#Add link for 3rd-party-certified CSI drivers --- ...sistent-storage-csi-drivers-supported.adoc | 34 +++++++++++++++++++ .../persistent-storage-csi.adoc | 4 +++ 2 files changed, 38 insertions(+) diff --git a/modules/persistent-storage-csi-drivers-supported.adoc b/modules/persistent-storage-csi-drivers-supported.adoc index 606b4768afcd..940b3add7aa3 100644 --- a/modules/persistent-storage-csi-drivers-supported.adoc +++ b/modules/persistent-storage-csi-drivers-supported.adoc @@ -11,6 +11,40 @@ To create CSI-provisioned persistent volumes that mount to these supported stora The following table describes the CSI drivers that are installed with {product-title} and which CSI features they support, such as volume snapshots, cloning, and resize. +ifndef::openshift-rosa,openshift-rosa-hcp[] +[IMPORTANT] +==== +The AWS EFS and GCP Filestore CSI drivers are not installed by default, and must be installed manually. For instructions on installing the AWS EFS CSI driver, see link:https://access.redhat.com/documentation/en-us/openshift_dedicated/4/html/storage/using-container-storage-interface-csi#osd-persistent-storage-aws-efs-csi[Setting up AWS Elastic File Service CSI Driver Operator]. For instructions on installing the GCP Filestore CSI driver, see link:https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/storage/using-container-storage-interface-csi#persistent-storage-csi-google-cloud-file-overview[Google Compute Platform Filestore CSI Driver Operator]. +==== +endif::openshift-rosa,openshift-rosa-hcp[] + +ifdef::openshift-rosa,openshift-rosa-hcp[] +[IMPORTANT] +==== +The AWS EFS driver is not installed by default, and must be installed manually. For instructions about installing the AWS EFS CSI driver, see "AWS Elastic File Service CSI Driver Operator" in the _Additional resources_ section. +==== +endif::openshift-rosa,openshift-rosa-hcp[] + +The following table describes the CSI drivers that are +ifndef::openshift-dedicated[] +installed with {product-title}, +endif::openshift-dedicated[] +supported by {product-title}, and which CSI features they support, such as volume snapshots and resize. + +ifndef::openshift-rosa,openshift-rosa-hcp[] +[IMPORTANT] +==== +If your CSI driver is not listed in the following table, you must follow the installation instructions provided by your CSI storage vendor to use their supported CSI features. +==== + +For a list of third-party-certified CSI drivers, see the _Red Hat ecosystem portal_ under _Additional Resources_. + +endif::openshift-rosa,openshift-rosa-hcp[] + +ifdef::openshift-rosa,openshift-rosa-hcp,openshift-aro[] +In addition to the drivers listed in the following table, ROSA functions with CSI drivers from third-party storage vendors. Red Hat does not oversee third-party provisioners or the connected CSI drivers and the vendors fully control source code, deployment, operation, and Kubernetes compatibility. These volume provisioners are considered customer-managed and the respective vendors are responsible for providing support. See the link:https://docs.openshift.com/rosa/rosa_architecture/rosa_policy_service_definition/rosa-policy-responsibility-matrix.html#rosa-policy-responsibilities_rosa-policy-responsibility-matrix[Shared responsibilities for {product-title}] matrix for more information. +endif::openshift-rosa,openshift-rosa-hcp,openshift-aro[] + .Supported CSI drivers and features in {product-title} [cols=",^v,^v,^v, width="100%",options="header"] |=== diff --git a/storage/container_storage_interface/persistent-storage-csi.adoc b/storage/container_storage_interface/persistent-storage-csi.adoc index 9a98f90be116..d2307d97cba7 100644 --- a/storage/container_storage_interface/persistent-storage-csi.adoc +++ b/storage/container_storage_interface/persistent-storage-csi.adoc @@ -23,6 +23,10 @@ include::modules/persistent-storage-csi-external-controllers.adoc[leveloffset=+2 include::modules/persistent-storage-csi-driver-daemonset.adoc[leveloffset=+2] include::modules/persistent-storage-csi-drivers-supported.adoc[leveloffset=+1] +[role="_additional-resources"] +.Additional resources +* link:https://catalog.redhat.com/[Red Hat ecosystem portal] +* link:https://access.redhat.com/articles/third-party-software-support[Third-party support policy] include::modules/persistent-storage-csi-dynamic-provisioning.adoc[leveloffset=+1]