Skip to content

Commit 364065c

Browse files
authored
Merge pull request #51567 from gnufied/update-recover-volume-expansion-feature-status
Update RecoverVolumeExpansionFailure to stable
2 parents db5f95c + 4cb930c commit 364065c

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -477,17 +477,8 @@ administrator intervention.
477477

478478
{{% /tab %}}
479479
{{% tab name="By requesting expansion to smaller size" %}}
480-
{{< feature-state feature_gate_name="RecoverVolumeExpansionFailure" >}}
481480

482-
{{< note >}}
483-
Recover from failing PVC expansion by users (`RecoverVolumeExpansionFailure`) is available as an beta feature
484-
since Kubernetes 1.32 and should be enabled by default. Refer to the
485-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
486-
documentation for more information.
487-
{{< /note >}}
488-
489-
490-
When using `RecoverVolumeExpansionFailure` feature, if expansion has failed for a PVC, you can retry expansion with a
481+
If expansion has failed for a PVC, you can retry expansion with a
491482
smaller size than the previously requested value. To request a new expansion attempt with a
492483
smaller proposed size, edit `.spec.resources` for that PVC and choose a value that is less than the
493484
value you previously tried.

content/en/docs/reference/command-line-tools-reference/feature-gates/RecoverVolumeExpansionFailure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.32"
16+
toVersion: "1.33"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.34"
1620
---
1721
Enables users to edit their PVCs to smaller
1822
sizes so as they can recover from previously issued volume expansion failures.

0 commit comments

Comments
 (0)