From 4f5d8ccaa56c325d3dc06529cde3f7bd7de8302c Mon Sep 17 00:00:00 2001 From: Bob Furu Date: Fri, 8 Nov 2019 16:09:25 -0500 Subject: [PATCH] Add CSI volume expansion module --- modules/storage-expanding-csi-volumes.adoc | 19 +++++++++++++++++++ storage/expanding-persistent-volumes.adoc | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 modules/storage-expanding-csi-volumes.adoc diff --git a/modules/storage-expanding-csi-volumes.adoc b/modules/storage-expanding-csi-volumes.adoc new file mode 100644 index 0000000000..e8eacaa9b7 --- /dev/null +++ b/modules/storage-expanding-csi-volumes.adoc @@ -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] diff --git a/storage/expanding-persistent-volumes.adoc b/storage/expanding-persistent-volumes.adoc index 13915f8819..72c5f73a15 100644 --- a/storage/expanding-persistent-volumes.adoc +++ b/storage/expanding-persistent-volumes.adoc @@ -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]