Skip to content

Commit

Permalink
an user -> a user
Browse files Browse the repository at this point in the history
  • Loading branch information
deployable authored Mar 19, 2018
1 parent eb22016 commit d1d1eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ parameters:
allowVolumeExpansion: true
```

Once both feature gate and the aforementioned admission plug-in are turned on, an user can request larger volume for their `PersistentVolumeClaim`
Once both feature gate and the aforementioned admission plug-in are turned on, a user can request larger volume for their `PersistentVolumeClaim`
by simply editing the claim and requesting a larger size. This in turn will trigger expansion of the volume that is backing the underlying `PersistentVolume`.

Under no circumstances will a new `PersistentVolume` be created to satisfy the claim. Kubernetes will instead attempt to resize the existing volume.
Expand Down

0 comments on commit d1d1eff

Please sign in to comment.