diff --git a/content/en/blog/_posts/2025-07-10-recover-failed-expansion/index.md b/content/en/blog/_posts/2025-07-10-recover-failed-expansion/index.md index 55c3218da6..5287666d84 100644 --- a/content/en/blog/_posts/2025-07-10-recover-failed-expansion/index.md +++ b/content/en/blog/_posts/2025-07-10-recover-failed-expansion/index.md @@ -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