Update content/en/blog/_posts/2025-07-10-recover-failed-expansion/index.md

Co-authored-by: Tim Bannister <193443691+lmktfy@users.noreply.github.com>
pull/51573/head
Hemant Kumar 2025-08-05 16:31:55 -04:00 committed by GitHub
parent 66ac98d451
commit 58a86e951c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@ This feature does have a caveat that, whatever new size you specify for the PVC,
## Improved error handling and observability of volume expansion
This seemingly innocuos feature also required us to almost redo how volume expansion works under the hood in Kubernetes. There are new API fields available in PVC objects which you can monitor to observe progress of volume expansion.
Implementing what might look like a relatively minor change also required us to almost
fully redo how volume expansion works under the hood in Kubernetes.
There are new API fields available in PVC objects which you can monitor to observe progress of volume expansion.
### Improved observability of in-progress expansion