Update persistent-volumes.md

This commit is contained in:
wjx1995
2017-10-11 00:07:04 -05:00
committed by Peter (XiangPeng) Zhao
parent f3cad4f83a
commit ca8fddcf9f
+1 -1
View File
@@ -139,7 +139,7 @@ allowVolumeExpansion: true
Once both feature gate and aforementioned admission plug-in are turned on, an user can request larger volume for their `PersistentVolumeClaim`
by simply editing the claim and requesting bigger size. This in turn will trigger expansion of volume that is backing underlying `PersistentVolume`.
Under no circustances a new `PersistentVolume` gets created to satisfy the claim. Kubernetes will attempt to resize existing volume to satisfy the claim.
Under no circumstances a new `PersistentVolume` gets created to satisfy the claim. Kubernetes will attempt to resize existing volume to satisfy the claim.
## Types of Persistent Volumes