Adding review changes from PR 15604 (#16237)

* adding review changes from PR 15604

* adding review changes

* adding review changes
This commit is contained in:
Savitha Raghunathan
2019-10-14 18:57:51 -04:00
committed by Kubernetes Prow Robot
parent 1ab35587c9
commit 44565ca8cb
@@ -122,19 +122,26 @@ allows the users to resize the volume by editing the corresponding PVC object.
The following types of volumes support volume expansion, when the underlying The following types of volumes support volume expansion, when the underlying
Storage Class has the field `allowVolumeExpansion` set to true. Storage Class has the field `allowVolumeExpansion` set to true.
* gcePersistentDisk {{< table caption = "Table of Volume types and the version of Kubernetes they require" >}}
* awsElasticBlockStore
* Cinder Volume type | Required Kubernetes version
* glusterfs :---------- | :--------------------------
* rbd gcePersistentDisk | 1.11
* Azure File awsElasticBlockStore | 1.11
* Azure Disk Cinder | 1.11
* Portworx glusterfs | 1.11
* FlexVolumes rbd | 1.11
* CSI {{< feature-state for_k8s_version="v1.14" state="alpha" >}} Azure File | 1.11
Azure Disk | 1.11
Portworx | 1.11
FlexVolume | 1.13
CSI | 1.14 (alpha), 1.16 (beta)
{{< /table >}}
{{< note >}} {{< 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 >}} {{< /note >}}
### Mount Options ### Mount Options