sync topology-spread-constraints autoscaling cluster-large
parent
9615dc2441
commit
da91676506
|
@ -981,7 +981,7 @@ section of the enhancement proposal about Pod topology spread constraints.
|
|||
because, in this case, those topology domains won't be considered until there is
|
||||
at least one node in them.
|
||||
|
||||
You can work around this by using a cluster autoscaling tool that is aware of
|
||||
You can work around this by using a Node autoscaler that is aware of
|
||||
Pod topology spread constraints and is also aware of the overall set of topology
|
||||
domains.
|
||||
-->
|
||||
|
@ -990,7 +990,7 @@ section of the enhancement proposal about Pod topology spread constraints.
|
|||
而用户正期望其扩容时,可能会导致调度出现问题。
|
||||
因为在这种情况下,调度器不会考虑这些拓扑域,直至这些拓扑域中至少包含有一个节点。
|
||||
|
||||
你可以通过使用感知 Pod 拓扑分布约束并感知整个拓扑域集的集群自动扩缩工具来解决此问题。
|
||||
你可以通过使用感知 Pod 拓扑分布约束并感知整个拓扑域集的节点自动扩缩工具来解决此问题。
|
||||
|
||||
## {{% heading "whatsnext" %}}
|
||||
|
||||
|
|
|
@ -130,9 +130,9 @@ Once installed, it allows you to create {{< glossary_tooltip text="CustomResourc
|
|||
{{< note >}}
|
||||
<!--
|
||||
You will need to have the [Metrics Server](https://github.com/kubernetes-sigs/metrics-server)
|
||||
installed to your cluster for the HPA to work.
|
||||
installed to your cluster for the VPA to work.
|
||||
-->
|
||||
你需要在集群中安装 [Metrics Server](https://github.com/kubernetes-sigs/metrics-server),这样,你的 HPA 才能正常工作。
|
||||
你需要在集群中安装 [Metrics Server](https://github.com/kubernetes-sigs/metrics-server),这样,你的 VPA 才能正常工作。
|
||||
{{< /note >}}
|
||||
|
||||
<!--
|
||||
|
@ -270,10 +270,10 @@ Scaling the cluster infrastructure normally means adding or removing {{< glossar
|
|||
扩缩集群基础设施通常是指增加或移除{{< glossary_tooltip text="节点" term_id="node" >}}。
|
||||
|
||||
<!--
|
||||
Read [cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/)
|
||||
Read [Node autoscaling](/docs/concepts/cluster-administration/node-autoscaling/)
|
||||
for more information.
|
||||
-->
|
||||
阅读[集群自动扩缩](/zh-cn/docs/concepts/cluster-administration/cluster-autoscaling/)了解更多信息。
|
||||
阅读[节点自动扩缩](/zh-cn/docs/concepts/cluster-administration/node-autoscaling/)了解更多信息。
|
||||
|
||||
## {{% heading "whatsnext" %}}
|
||||
|
||||
|
@ -283,11 +283,11 @@ for more information.
|
|||
- [HorizontalPodAutoscaler Walkthrough](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/)
|
||||
- [Resize Container Resources In-Place](/docs/tasks/configure-pod-container/resize-container-resources/)
|
||||
- [Autoscale the DNS Service in a Cluster](/docs/tasks/administer-cluster/dns-horizontal-autoscaling/)
|
||||
- Learn about [cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/)
|
||||
- Learn about [Node autoscaling](/docs/concepts/cluster-administration/node-autoscaling/)
|
||||
-->
|
||||
- 了解有关横向扩缩的更多信息
|
||||
- [扩缩 StatefulSet](/zh-cn/docs/tasks/run-application/scale-stateful-set/)
|
||||
- [HorizontalPodAutoscaler 演练](/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/)
|
||||
- [调整分配给容器的 CPU 和内存资源](/zh-cn/docs/tasks/configure-pod-container/resize-container-resources/)
|
||||
- [自动扩缩集群 DNS 服务](/zh-cn/docs/tasks/administer-cluster/dns-horizontal-autoscaling/)
|
||||
- 了解[集群自动扩缩]((/zh-cn/docs/concepts/cluster-administration/cluster-autoscaling/))
|
||||
- 了解[节点自动扩缩]((/zh-cn/docs/concepts/cluster-administration/node-autoscaling/))
|
||||
|
|
|
@ -223,13 +223,13 @@ Learn more about [Vertical Pod Autoscaler](https://github.com/kubernetes/autosca
|
|||
and how you can use it to scale cluster
|
||||
components, including cluster-critical addons.
|
||||
|
||||
* Read about [cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/)
|
||||
* Read about [Node autoscaling](/docs/concepts/cluster-administration/node-autoscaling/)
|
||||
-->
|
||||
* `VerticalPodAutoscaler` 是一种自定义资源,你可以将其部署到集群中,帮助你管理 Pod 的资源请求和资源限制。
|
||||
了解有关 [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme)
|
||||
的更多信息,了解如何用它扩展集群组件(包括对集群至关重要的插件)的信息。
|
||||
|
||||
* 阅读关于[集群自动扩缩容](/zh-cn/docs/concepts/cluster-administration/cluster-autoscaling/)的信息。
|
||||
* 阅读关于[节点自动扩缩](/zh-cn/docs/concepts/cluster-administration/node-autoscaling/)的信息。
|
||||
|
||||
<!--
|
||||
* The [addon resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer#readme)
|
||||
|
|
Loading…
Reference in New Issue