mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
42 lines
1.7 KiB
Plaintext
42 lines
1.7 KiB
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
[id="persistent-storage-csi"]
|
|
= Configuring CSI volumes
|
|
include::_attributes/common-attributes.adoc[]
|
|
:context: persistent-storage-csi
|
|
|
|
toc::[]
|
|
|
|
The Container Storage Interface (CSI) allows {product-title} to consume
|
|
storage from storage back ends that implement the
|
|
link:https://github.com/container-storage-interface/spec[CSI interface]
|
|
as persistent storage.
|
|
|
|
[NOTE]
|
|
====
|
|
{product-title} {product-version} supports version 1.6.0 of the link:https://github.com/container-storage-interface/spec[CSI specification].
|
|
====
|
|
|
|
include::modules/persistent-storage-csi-architecture.adoc[leveloffset=+1]
|
|
|
|
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]
|
|
|
|
ifdef::openshift-rosa,openshift-rosa-hcp[]
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
* xref:../../storage/container_storage_interface/persistent-storage-csi-aws-efs.adoc#persistent-storage-csi-aws-efs[AWS Elastic File Service CSI Driver Operator]
|
|
|
|
* xref:../../rosa_architecture/rosa_policy_service_definition/rosa-policy-responsibility-matrix.adoc#rosa-policy-shared-responsibility[Shared responsibilities for {product-title}]
|
|
endif::openshift-rosa,openshift-rosa-hcp[]
|
|
|
|
include::modules/persistent-storage-csi-dynamic-provisioning.adoc[leveloffset=+1]
|
|
|
|
include::modules/persistent-storage-csi-mysql-example.adoc[leveloffset=+1] |