Skip to content

Commit c36992d

Browse files
authored
Merge pull request #47768 from asa3311/sync-zh-148
[zh] sync open-a-pr cluster-large multiple-zones
2 parents 96efb96 + 0169c70 commit c36992d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/zh-cn/docs/contribute/new-content/open-a-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Figure 2. Working from a local fork to make your changes.
343343
<!--
344344
### Create a branch
345345
346-
1. Decide which branch base to your work on:
346+
1. Decide which branch to base your work on:
347347
348348
- For improvements to existing content, use `upstream/main`.
349349
- For new content about existing features, use `upstream/main`.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ many nodes, consider the following:
196196
as you scale out your cluster.
197197
* Many addons scale horizontally - you add capacity by running more pods - but with
198198
a very large cluster you may also need to raise CPU or memory limits slightly.
199-
The VerticalPodAutoscaler can run in _recommender_ mode to provide suggested
199+
The [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme) can run in _recommender_ mode to provide suggested
200200
figures for requests and limits.
201201
* Some addons run as one copy per node, controlled by a {{< glossary_tooltip text="DaemonSet"
202202
term_id="daemonset" >}}: for example, a node-level log aggregator. Similar to
@@ -209,8 +209,8 @@ many nodes, consider the following:
209209
对于这些附加组件,请在扩大集群时加大资源请求和资源限制。
210210
* 许多水平扩展插件 —— 你可以通过运行更多的 Pod 来增加容量——但是在大规模集群下,
211211
可能还需要稍微提高 CPU 或内存限制。
212-
VerticalPodAutoscaler 可以在 **recommender** 模式下运行,
213-
以提供有关请求和限制的建议数字。
212+
[Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme)
213+
可以在 **recommender** 模式下运行,以提供有关请求和限制的建议数字。
214214
* 一些插件在每个节点上运行一个副本,并由 DaemonSet 控制:
215215
例如,节点级日志聚合器。与水平扩展插件的情况类似,
216216
你可能还需要稍微提高 CPU 或内存限制。

content/zh-cn/docs/setup/best-practices/multiple-zones.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ Kubernetes 从设计上允许同一个 Kubernetes 集群跨多个失效区来运
4747
<!--
4848
## Control plane behavior
4949
50-
All [control plane components](/docs/concepts/overview/components/#control-plane-components)
50+
All [control plane components](/docs/concepts/architecture/#control-plane-components)
5151
support running as a pool of interchangeable resources, replicated per
5252
component.
5353
-->
5454
## 控制面行为 {#control-plane-behavior}
5555

56-
所有的[控制面组件](/zh-cn/docs/concepts/overview/components/#control-plane-components)
56+
所有的[控制面组件](/zh-cn/docs/concepts/architecture/#control-plane-components)
5757
都支持以一组可相互替换的资源池的形式来运行,每个组件都有多个副本。
5858

5959
<!--

0 commit comments

Comments
 (0)