diff --git a/content/zh-cn/docs/concepts/storage/persistent-volumes.md b/content/zh-cn/docs/concepts/storage/persistent-volumes.md index 6c5c7f4ca49da..d04f1be12407c 100644 --- a/content/zh-cn/docs/concepts/storage/persistent-volumes.md +++ b/content/zh-cn/docs/concepts/storage/persistent-volumes.md @@ -833,25 +833,23 @@ administrator intervention. {{% /tab %}} {{% tab name="通过请求扩展为更小尺寸" %}} -{{% feature-state for_k8s_version="v1.23" state="alpha" %}} +{{< feature-state feature_gate_name="RecoverVolumeExpansionFailure" >}} {{< note >}} -Kubernetes 从 1.23 版本开始将允许用户恢复失败的 PVC 扩展这一能力作为 -Alpha 特性支持。`RecoverVolumeExpansionFailure` 必须被启用以允许使用此特性。 +Kubernetes 从 1.32 版本开始将允许用户恢复失败的 PVC 扩展(`RecoverVolumeExpansionFailure`), +这一特性目前为 Beta 阶段。 可参考[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/) 文档了解更多信息。 {{< /note >}} -如果集群中的特性门控 `RecoverVolumeExpansionFailure` -已启用,在 PVC 的扩展发生失败时,你可以使用比先前请求的值更小的尺寸来重试扩展。 +使用 `RecoverVolumeExpansionFailure` 特性时,如果 PVC 扩展失败, +你可以使用比先前请求的值更小的尺寸来重试扩展。 要使用一个更小的尺寸尝试请求新的扩展,请编辑该 PVC 的 `.spec.resources` 并选择一个比你之前所尝试的值更小的值。 如果由于容量限制而无法成功扩展至更高的值,这将很有用。