From d0e373b46e588aaa17367d53a224df1cbeef4ef4 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Wed, 13 Mar 2019 14:38:05 -0400 Subject: [PATCH] Finish CSI documentation Also fix mistake with ExpandInUsePersistentVolumes documented as beta --- content/en/docs/concepts/storage/persistent-volumes.md | 6 ++++-- .../reference/command-line-tools-reference/feature-gates.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/storage/persistent-volumes.md b/content/en/docs/concepts/storage/persistent-volumes.md index 9f1d5f7211121..698a3794deb6e 100644 --- a/content/en/docs/concepts/storage/persistent-volumes.md +++ b/content/en/docs/concepts/storage/persistent-volumes.md @@ -194,9 +194,11 @@ the following types of volumes: * Azure Disk * Portworx * FlexVolumes -* CSI +* CSI - {{< feature-state for_k8s_version="v1.14" state="alpha" >}} + +CSI support is in alpha in 1.14 release and requires enabling `ExpandCSIVolumes` feature gate and +running external resize controller. Please see [external resize controller(https://github.com/kubernetes-csi/external-resizer/)] for more details. -CSI support is in alpha in 1.14 release and requires enabling `ExpandCSIVolumes` feature gate. You can only expand a PVC if its storage class's `allowVolumeExpansion` field is set to true. diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 43dc0c9be627c..8e1d552b2ec46 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -79,8 +79,8 @@ different Kubernetes components. | `DynamicVolumeProvisioning` | `true` | Alpha | 1.3 | 1.7 | | `DynamicVolumeProvisioning` | `true` | GA | 1.8 | | | `EnableEquivalenceClassCache` | `false` | Alpha | 1.8 | | +| `ExpandCSIVolumes` | `false` | Alpha | 1.14 | | | | `ExpandInUsePersistentVolumes` | `false` | Alpha | 1.11 | 1.13 | | -| `ExpandInUsePersistentVolumes` | `true` | Beta | 1.14 | | | `ExpandPersistentVolumes` | `false` | Alpha | 1.8 | 1.10 | | `ExpandPersistentVolumes` | `true` | Beta | 1.11 | | | `ExperimentalCriticalPodAnnotation` | `false` | Alpha | 1.5 | |