From 58a86e951c44b58c489efa3e0cd2e4fa7490c0a7 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Tue, 5 Aug 2025 16:31:55 -0400 Subject: [PATCH] Update content/en/blog/_posts/2025-07-10-recover-failed-expansion/index.md Co-authored-by: Tim Bannister <193443691+lmktfy@users.noreply.github.com> --- .../blog/_posts/2025-07-10-recover-failed-expansion/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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