Update content/en/blog/_posts/2022-04-18-volume-expansion-ga.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Hemant Kumar
2022-04-21 12:07:27 -04:00
committed by GitHub
parent 5231cdff02
commit 1983d8e1b3
@@ -10,7 +10,7 @@ slug: volume-expansion-ga
## Introduction
Volume expansion was introduced as a alpha feature in Kubernetes 1.8 and it went beta in 1.11 and with Kubernetes 1.24 we are excited to announce general availability(GA)
of volume expansion feature.
of volume expansion.
This feature allows Kubernetes users to simply edit their `PersistentVolumeClaim` objects and specify new size in PVC Spec and Kubernetes will automatically expand the volume
using storage backend and also expand the underlying file system in-use by the Pod without requiring any downtime at all if possible.