From 5abf543b4c5326663e534cadc1007161dba0c7dc Mon Sep 17 00:00:00 2001 From: Savitha Raghunathan Date: Thu, 5 Sep 2019 18:56:07 -0400 Subject: [PATCH 1/3] adding review changes from PR 15604 --- .../docs/concepts/storage/storage-classes.md | 27 ++++++++++++------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/content/en/docs/concepts/storage/storage-classes.md b/content/en/docs/concepts/storage/storage-classes.md index 9e3a254a209d6..9c9e86498e432 100644 --- a/content/en/docs/concepts/storage/storage-classes.md +++ b/content/en/docs/concepts/storage/storage-classes.md @@ -121,16 +121,23 @@ allows the users to resize the volume by editing the corresponding PVC object. The following types of volumes support volume expansion, when the underlying Storage Class has the field `allowVolumeExpansion` set to true. -* gcePersistentDisk -* awsElasticBlockStore -* Cinder -* glusterfs -* rbd -* Azure File -* Azure Disk -* Portworx -* FlexVolumes -* CSI {{< feature-state for_k8s_version="v1.14" state="alpha" >}} +{{< table caption = "Table of Volume types and the version of Kubernetes they require" >}} + +Volume type | Required Kubernetes version +:---------- | :-------------------------- +gcePersistentDisk | 1.11 +awsElasticBlockStore | 1.11 +Cinder | 1.11 +glusterfs | 1.11 +rbd | 1.11 +Azure File | 1.11 +Azure Disk | 1.11 +Portworx | 1.11 +FlexVolumes | 1.13 +CSI | 1.14 ,1.15-alpha ,1.16-beta + +{{< /table >}} + {{< note >}} This feature cannot be used to shrink volumes. From eeb06b1dfe270197225ddc9168cccf4cdb2bc705 Mon Sep 17 00:00:00 2001 From: Savitha Raghunathan Date: Mon, 7 Oct 2019 18:56:24 -0400 Subject: [PATCH 2/3] adding review changes --- content/en/docs/concepts/storage/storage-classes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/storage/storage-classes.md b/content/en/docs/concepts/storage/storage-classes.md index 9c9e86498e432..9c36b1f799453 100644 --- a/content/en/docs/concepts/storage/storage-classes.md +++ b/content/en/docs/concepts/storage/storage-classes.md @@ -133,14 +133,14 @@ rbd | 1.11 Azure File | 1.11 Azure Disk | 1.11 Portworx | 1.11 -FlexVolumes | 1.13 -CSI | 1.14 ,1.15-alpha ,1.16-beta +FlexVolume | 1.13 +CSI | 1.14 ,1.15 (alpha) ,1.16 (beta) {{< /table >}} {{< note >}} -This feature cannot be used to shrink volumes. +You can only use the volume expansion feature to grow a Volume, not to shrink it. {{< /note >}} ### Mount Options From fde6aa5b6ad5258f8a61f1aa33cfcad22ab94997 Mon Sep 17 00:00:00 2001 From: Savitha Raghunathan Date: Tue, 8 Oct 2019 17:31:38 -0400 Subject: [PATCH 3/3] adding review changes --- content/en/docs/concepts/storage/storage-classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/storage-classes.md b/content/en/docs/concepts/storage/storage-classes.md index 9c36b1f799453..88fa5bbbc2176 100644 --- a/content/en/docs/concepts/storage/storage-classes.md +++ b/content/en/docs/concepts/storage/storage-classes.md @@ -134,7 +134,7 @@ Azure File | 1.11 Azure Disk | 1.11 Portworx | 1.11 FlexVolume | 1.13 -CSI | 1.14 ,1.15 (alpha) ,1.16 (beta) +CSI | 1.14 (alpha), 1.16 (beta) {{< /table >}}