File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/zh-cn/docs/tasks/run-application Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -429,18 +429,18 @@ These pods are tracked via `.status.currentHealthy` field in the PDB status.
429
429
-->
430
430
# # 不健康的 Pod 驱逐策略 {#unhealthy-pod-eviction-policy}
431
431
432
- {{< feature-state for_k8s_version="v1.26" state="alpha " >}}
432
+ {{< feature-state for_k8s_version="v1.26" state="beta " >}}
433
433
434
434
{{< note >}}
435
435
<!--
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`
437
437
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
438
438
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/).
439
439
-->
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/)上禁用
442
442
` PDBUnhealthyPodEvictionPolicy`
443
- [特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)。
443
+ [特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)来禁用它 。
444
444
{{< /note >}}
445
445
446
446
<!--
You can’t perform that action at this time.
0 commit comments