Skip to content

Commit 285dd57

Browse files
authored
Merge pull request #32679 from my-git9/patch-4
[zh] Update pod-topology-spread-constraints.md
2 parents b6e3a1f + 421eb9a commit 285dd57

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

content/zh/docs/concepts/workloads/pods/pod-topology-spread-constraints.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,6 @@ You can use _topology spread constraints_ to control how {{< glossary_tooltip te
2525
之间的分布,例如区域(Region)、可用区(Zone)、节点和其他用户自定义拓扑域。
2626
这样做有助于实现高可用并提升资源利用率。
2727

28-
<!--
29-
{{< note >}}
30-
In versions of Kubernetes before v1.18, you must enable the `EvenPodsSpread`
31-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) on
32-
the [API server](/docs/concepts/overview/components/#kube-apiserver) and the
33-
[scheduler](/docs/reference/generated/kube-scheduler/) in order to use Pod
34-
topology spread constraints.
35-
{{< /note >}}
36-
-->
37-
38-
{{< note >}}
39-
在 v1.18 之前的 Kubernetes 版本中,如果要使用 Pod 拓扑扩展约束,你必须在
40-
[API 服务器](/zh/docs/concepts/overview/components/#kube-apiserver)
41-
[调度器](/zh/docs/reference/command-line-tools-reference/kube-scheduler/)
42-
中启用 `EvenPodsSpread` [特性门控](/zh/docs/reference/command-line-tools-reference/feature-gates/)
43-
{{< /note >}}
44-
4528
<!-- body -->
4629

4730
<!--
@@ -534,7 +517,7 @@ It is recommended that you disable this plugin in the scheduling profile when
534517
using default constraints for `PodTopologySpread`.
535518
-->
536519
默认调度约束所生成的评分可能与
537-
[`SelectorSpread` 插件](/zh/docs/reference/scheduling/config/#scheduling-plugins).
520+
[`SelectorSpread` 插件](/zh/docs/reference/scheduling/config/#scheduling-plugins)
538521
所生成的评分有冲突。
539522
建议你在为 `PodTopologySpread` 设置默认约束是禁用调度方案中的该插件。
540523
{{< /note >}}

0 commit comments

Comments
 (0)