File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
content/zh/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,6 @@ You can use _topology spread constraints_ to control how {{< glossary_tooltip te
25
25
之间的分布,例如区域(Region)、可用区(Zone)、节点和其他用户自定义拓扑域。
26
26
这样做有助于实现高可用并提升资源利用率。
27
27
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
-
45
28
<!-- body -->
46
29
47
30
<!--
You can’t perform that action at this time.
0 commit comments