Update all remaining references

pull/48532/head
Hemant Kumar 2024-11-25 15:15:07 -05:00
parent b4a6ce1fda
commit 73070d8d1d
6 changed files with 9 additions and 10 deletions

View File

@ -481,15 +481,14 @@ administrator intervention.
{{< feature-state feature_gate_name="RecoverVolumeExpansionFailure" >}}
{{< note >}}
Recovery from failing PVC expansion by users is available as an beta feature
since Kubernetes 1.32. The `RecoverVolumeExpansionFailure` feature must be
enabled for this feature to work. Refer to the
Recover from failing PVC expansion by users (`RecoverVolumeExpansionFailure`) is available as an beta feature
since Kubernetes 1.32 and should be enabled by default. Refer to the
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
documentation for more information.
{{< /note >}}
If the feature gates `RecoverVolumeExpansionFailure` is
enabled in your cluster, and expansion has failed for a PVC, you can retry expansion with a
When using `RecoverVolumeExpansionFailure` feature, if expansion has failed for a PVC, you can retry expansion with a
smaller size than the previously requested value. To request a new expansion attempt with a
smaller proposed size, edit `.spec.resources` for that PVC and choose a value that is less than the
value you previously tried.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -446,7 +446,7 @@ PodReadyToStartContainersCondition=true|false (BETA - default=true)<br/>
PortForwardWebsockets=true|false (ALPHA - default=false)<br/>
ProcMountType=true|false (ALPHA - default=false)<br/>
QOSReserved=true|false (ALPHA - default=false)<br/>
RecoverVolumeExpansionFailure=true|false (ALPHA - default=false)<br/>
RecoverVolumeExpansionFailure=true|false (BETA - default=true)<br/>
RecursiveReadOnlyMounts=true|false (ALPHA - default=false)<br/>
RelaxedEnvironmentVariableValidation=true|false (ALPHA - default=false)<br/>
RetryGenerateName=true|false (ALPHA - default=false)<br/>