1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Add CSI volume expansion module

This commit is contained in:
Bob Furu
2019-11-08 16:09:25 -05:00
committed by openshift-cherrypick-robot
parent 8f1b43da48
commit 4f5d8ccaa5
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
// Module included in the following assemblies
//
// * storage/expanding-persistent-volumes.adoc
[id="expanding-csi-volumes_{context}"]
= Expanding CSI volumes
You can use the Container Storage Interface (CSI) to expand storage volumes after they have already been created.
{product-title} supports CSI volume expansion by default. However, a specific CSI driver is required.
{product-title} does not ship with any CSI drivers. It is recommended to use the CSI drivers provided by
link:https://kubernetes-csi.github.io/docs/drivers.html[community or storage vendors]. Follow the installation instructions provided by the CSI driver.
{product-title} {product-version} supports version 1.1.0 of the
link:https://github.com/container-storage-interface/spec[CSI specification].
:FeatureName: Expanding CSI volumes
include::modules/technology-preview.adoc[leveloffset=+0]

View File

@@ -6,6 +6,8 @@ toc::[]
include::modules/storage-expanding-add-volume-expansion.adoc[leveloffset=+1]
include::modules/storage-expanding-csi-volumes.adoc[leveloffset=+1]
include::modules/storage-expanding-filesystem-pvc.adoc[leveloffset=+1]
include::modules/storage-expanding-recovering-failure.adoc[leveloffset=+1]