Skip to content

Commit

Permalink
Finish CSI documentation
Browse files Browse the repository at this point in the history
Also fix mistake with  ExpandInUsePersistentVolumes documented as beta
  • Loading branch information
gnufied committed Mar 13, 2019
1 parent c2fa013 commit d0e373b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit d0e373b

Please sign in to comment.