From 687f4ef832604d94b3b63aeba2c6dfb168c14969 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Thu, 21 Apr 2022 12:07:33 -0400 Subject: [PATCH] Update content/en/blog/_posts/2022-04-18-volume-expansion-ga.md Co-authored-by: Tim Bannister --- content/en/blog/_posts/2022-04-18-volume-expansion-ga.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2022-04-18-volume-expansion-ga.md b/content/en/blog/_posts/2022-04-18-volume-expansion-ga.md index 15c034ab41..4f12d01ede 100644 --- a/content/en/blog/_posts/2022-04-18-volume-expansion-ga.md +++ b/content/en/blog/_posts/2022-04-18-volume-expansion-ga.md @@ -16,7 +16,7 @@ This feature allows Kubernetes users to simply edit their `PersistentVolumeClaim using storage backend and also expand the underlying file system in-use by the Pod without requiring any downtime at all if possible. -### How to use volume expansion feature +### 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: