Update content/en/blog/_posts/2022-04-18-volume-expansion-ga.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Hemant Kumar
2022-04-21 12:08:04 -04:00
committed by GitHub
parent 687f4ef832
commit f7a630d554
@@ -18,7 +18,8 @@ using storage backend and also expand the underlying file system in-use by the P
### How to use volume expansion
Using volume expansion is as simple as editing `storage` field of pvc spec and specifying new size. For example - given following PVC:
You can trigger expansion for a PersistentVolume by editing the `spec` field of a PVC, specifying a different
(and larger) storage request. For example, given following PVC:
```
kind: PersistentVolumeClaim