Update content/en/blog/_posts/2022-04-18-volume-expansion-ga.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>pull/32663/head
parent
38814f5083
commit
c1d4346558
|
@ -33,8 +33,9 @@ spec:
|
|||
storage: 1Gi # specify new size here
|
||||
```
|
||||
|
||||
Users can request expansion of the underlying volume by specifying a new value instead of old `1Gi` size. Once expansion is initiated - pvc's conditions can be monitored
|
||||
for completion of volume expansion operation.
|
||||
You can request expansion of the underlying PersistentVolume by specifying a new value instead of old `1Gi` size.
|
||||
Once you've changed the requested size, watch the `status.conditions` field of the PVC to see if the
|
||||
resize has completed.
|
||||
|
||||
When Kubernetes starts expanding the volume - it will add `Resizing` condition to the PVC, which will be removed once expansion completes. More information about progress of
|
||||
expansion operation can also be obtained by monitoring events associated with the PVC:
|
||||
|
|
Loading…
Reference in New Issue