From fe4c6b8a08bce5fc074a55a23834a25a51a1ecf2 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Fri, 28 Jul 2023 13:14:59 -0400 Subject: [PATCH] Remove references to older alpha field --- content/en/docs/concepts/storage/persistent-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/persistent-volumes.md b/content/en/docs/concepts/storage/persistent-volumes.md index dfa08602f8..c22c6c1623 100644 --- a/content/en/docs/concepts/storage/persistent-volumes.md +++ b/content/en/docs/concepts/storage/persistent-volumes.md @@ -492,7 +492,7 @@ value you previously tried. This is useful if expansion to a higher value did not succeed because of capacity constraint. If that has happened, or you suspect that it might have, you can retry expansion by specifying a size that is within the capacity limits of underlying storage provider. You can monitor status of -resize operation by watching `.status.resizeStatus` and events on the PVC. +resize operation by watching `.status.allocatedResourceStatuses` and events on the PVC. Note that, although you can specify a lower amount of storage than what was requested previously,