Skip to content

Commit b2a9c3c

Browse files
committed
sync configure-pdb.md
sync configure-pdb.md
1 parent 7f80fcc commit b2a9c3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/zh-cn/docs/tasks/run-application/configure-pdb.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,18 +429,18 @@ These pods are tracked via `.status.currentHealthy` field in the PDB status.
429429
-->
430430
## 不健康的 Pod 驱逐策略 {#unhealthy-pod-eviction-policy}
431431

432-
{{< feature-state for_k8s_version="v1.26" state="alpha" >}}
432+
{{< feature-state for_k8s_version="v1.26" state="beta" >}}
433433

434434
{{< note >}}
435435
<!--
436-
In order to use this behavior, you must enable the `PDBUnhealthyPodEvictionPolicy`
436+
This feature is enabled by default. You can disable it by disabling the `PDBUnhealthyPodEvictionPolicy`
437437
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
438438
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/).
439439
-->
440-
为了使用此行为,你必须在
441-
[API 服务器](/zh-cn/docs/reference/command-line-tools-reference/kube-apiserver/)上启用
440+
此特性默认启用,你可以通过在
441+
[API 服务器](/zh-cn/docs/reference/command-line-tools-reference/kube-apiserver/)上禁用
442442
`PDBUnhealthyPodEvictionPolicy`
443-
[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)。
443+
[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)来禁用它
444444
{{< /note >}}
445445

446446
<!--

0 commit comments

Comments
 (0)