Skip to content

Commit

Permalink
add docs for csi expansion going beta (#16043)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied authored and k8s-ci-robot committed Sep 5, 2019
1 parent 90e8660 commit 868c15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 868c15c

Please sign in to comment.