add docs for csi expansion going beta (#16043)

This commit is contained in:
Hemant Kumar 2019-09-05 12:49:09 -04:00 committed by Kubernetes Prow Robot
parent 90e86600df
commit 868c15c091
1 changed files with 2 additions and 2 deletions

View File

@ -217,9 +217,9 @@ new `PersistentVolume` is never created to satisfy the claim. Instead, an existi
#### CSI Volume expansion
{{< feature-state for_k8s_version="v1.14" state="alpha" >}}
{{< feature-state for_k8s_version="v1.16" state="beta" >}}
CSI volume expansion requires enabling `ExpandCSIVolumes` feature gate and also requires specific CSI driver to support volume expansion. Please refer to documentation of specific CSI driver for more information.
Support for expanding CSI volumes is enabled by default but it also requires specific CSI driver to support volume expansion. Please refer to documentation of specific CSI driver for more information.
#### Resizing a volume containing a file system