Update persistent-volumes.md
This commit is contained in:
committed by
Peter (XiangPeng) Zhao
parent
f3cad4f83a
commit
ca8fddcf9f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user