Skip to content

Commit da91676

Browse files
committed
sync topology-spread-constraints autoscaling cluster-large
1 parent 9615dc2 commit da91676

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

content/zh-cn/docs/concepts/scheduling-eviction/topology-spread-constraints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ section of the enhancement proposal about Pod topology spread constraints.
981981
because, in this case, those topology domains won't be considered until there is
982982
at least one node in them.
983983

984-
You can work around this by using a cluster autoscaling tool that is aware of
984+
You can work around this by using a Node autoscaler that is aware of
985985
Pod topology spread constraints and is also aware of the overall set of topology
986986
domains.
987987
-->
@@ -990,7 +990,7 @@ section of the enhancement proposal about Pod topology spread constraints.
990990
而用户正期望其扩容时,可能会导致调度出现问题。
991991
因为在这种情况下,调度器不会考虑这些拓扑域,直至这些拓扑域中至少包含有一个节点。
992992

993-
你可以通过使用感知 Pod 拓扑分布约束并感知整个拓扑域集的集群自动扩缩工具来解决此问题
993+
你可以通过使用感知 Pod 拓扑分布约束并感知整个拓扑域集的节点自动扩缩工具来解决此问题
994994

995995
## {{% heading "whatsnext" %}}
996996

content/zh-cn/docs/concepts/workloads/autoscaling.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ Once installed, it allows you to create {{< glossary_tooltip text="CustomResourc
130130
{{< note >}}
131131
<!--
132132
You will need to have the [Metrics Server](https://github.com/kubernetes-sigs/metrics-server)
133-
installed to your cluster for the HPA to work.
133+
installed to your cluster for the VPA to work.
134134
-->
135-
你需要在集群中安装 [Metrics Server](https://github.com/kubernetes-sigs/metrics-server),这样,你的 HPA 才能正常工作。
135+
你需要在集群中安装 [Metrics Server](https://github.com/kubernetes-sigs/metrics-server),这样,你的 VPA 才能正常工作。
136136
{{< /note >}}
137137

138138
<!--
@@ -270,10 +270,10 @@ Scaling the cluster infrastructure normally means adding or removing {{< glossar
270270
扩缩集群基础设施通常是指增加或移除{{< glossary_tooltip text="节点" term_id="node" >}}。
271271

272272
<!--
273-
Read [cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/)
273+
Read [Node autoscaling](/docs/concepts/cluster-administration/node-autoscaling/)
274274
for more information.
275275
-->
276-
阅读[集群自动扩缩](/zh-cn/docs/concepts/cluster-administration/cluster-autoscaling/)了解更多信息。
276+
阅读[节点自动扩缩](/zh-cn/docs/concepts/cluster-administration/node-autoscaling/)了解更多信息。
277277

278278
## {{% heading "whatsnext" %}}
279279

@@ -283,11 +283,11 @@ for more information.
283283
- [HorizontalPodAutoscaler Walkthrough](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/)
284284
- [Resize Container Resources In-Place](/docs/tasks/configure-pod-container/resize-container-resources/)
285285
- [Autoscale the DNS Service in a Cluster](/docs/tasks/administer-cluster/dns-horizontal-autoscaling/)
286-
- Learn about [cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/)
286+
- Learn about [Node autoscaling](/docs/concepts/cluster-administration/node-autoscaling/)
287287
-->
288288
- 了解有关横向扩缩的更多信息
289289
- [扩缩 StatefulSet](/zh-cn/docs/tasks/run-application/scale-stateful-set/)
290290
- [HorizontalPodAutoscaler 演练](/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/)
291291
- [调整分配给容器的 CPU 和内存资源](/zh-cn/docs/tasks/configure-pod-container/resize-container-resources/)
292292
- [自动扩缩集群 DNS 服务](/zh-cn/docs/tasks/administer-cluster/dns-horizontal-autoscaling/)
293-
- 了解[集群自动扩缩]((/zh-cn/docs/concepts/cluster-administration/cluster-autoscaling/))
293+
- 了解[节点自动扩缩]((/zh-cn/docs/concepts/cluster-administration/node-autoscaling/))

content/zh-cn/docs/setup/best-practices/cluster-large.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,13 @@ Learn more about [Vertical Pod Autoscaler](https://github.com/kubernetes/autosca
223223
and how you can use it to scale cluster
224224
components, including cluster-critical addons.
225225

226-
* Read about [cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/)
226+
* Read about [Node autoscaling](/docs/concepts/cluster-administration/node-autoscaling/)
227227
-->
228228
* `VerticalPodAutoscaler` 是一种自定义资源,你可以将其部署到集群中,帮助你管理 Pod 的资源请求和资源限制。
229229
了解有关 [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme)
230230
的更多信息,了解如何用它扩展集群组件(包括对集群至关重要的插件)的信息。
231231

232-
* 阅读关于[集群自动扩缩容](/zh-cn/docs/concepts/cluster-administration/cluster-autoscaling/)的信息。
232+
* 阅读关于[节点自动扩缩](/zh-cn/docs/concepts/cluster-administration/node-autoscaling/)的信息。
233233

234234
<!--
235235
* The [addon resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer#readme)

0 commit comments

Comments
 (0)