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-25 12:54:48 -04:00
committed by GitHub
parent 3f3ee8c792
commit 4fcbbea71c
@@ -83,7 +83,7 @@ his behaviour has been changed and Kubernetes tries its best to fulfil any resiz
of whether the underlying PersistentVolume volume is online or offline. If your storage provider supports
online expansion then no Pod restart should be necessary for volume expansion to finish.
### ## Whats next?
## Next steps
Although Volume expansion is going GA with 1.24 - we are continously working to make it simpler for users of Kubernetes to expand their persistent volumes. Kubernetes 1.23 introduced feature `RecoverVolumeExpansionFailure` - so as users can themselves recover from volume expansion failures (usually recovering from volume expansion requires admin intervention) whenever possible. See - [Rcovering from volume expansion failure](/docs/concepts/storage/persistent-volumes/#recovering-from-failure-when-expanding-volumes) for more details.