Skip to content

Commit 68ba34d

Browse files
authored
Merge pull request #26401 from ydFu/update-architecture
[zh] Sync concepts pages for architecture nodes and controller
2 parents 8267be8 + 51de325 commit 68ba34d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

content/zh/docs/concepts/architecture/controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Other control loops can observe that reported data and take their own actions.
170170
In the thermostat example, if the room is very cold then a different controller
171171
might also turn on a frost protection heater. With Kubernetes clusters, the control
172172
plane indirectly works with IP address management tools, storage services,
173-
cloud provider APIS, and other services by
173+
cloud provider APIs, and other services by
174174
[extending Kubernetes](/docs/concepts/extend-kubernetes/) to implement that.
175175
-->
176176
在温度计的例子中,如果房间很冷,那么某个控制器可能还会启动一个防冻加热器。

content/zh/docs/concepts/architecture/nodes.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ weight: 10
1717
<!--
1818
Kubernetes runs your workload by placing containers into Pods to run on _Nodes_.
1919
A node may be a virtual or physical machine, depending on the cluster. Each node
20-
contains the services necessary to run
21-
{{< glossary_tooltip text="Pods" term_id="pod" >}}, managed by the
22-
{{< glossary_tooltip text="control plane" term_id="control-plane" >}}.
20+
is managed by the
21+
{{< glossary_tooltip text="control plane" term_id="control-plane" >}}
22+
and contains the services necessary to run
23+
{{< glossary_tooltip text="Pods" term_id="pod" >}}
2324
2425
Typically you have several nodes in a cluster; in a learning or resource-limited
2526
environment, you might have just one.
@@ -30,9 +31,9 @@ The [components](/docs/concepts/overview/components/#node-components) on a node
3031
{{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}}.
3132
-->
3233
Kubernetes 通过将容器放入在节点(Node)上运行的 Pod 中来执行你的工作负载。
33-
节点可以是一个虚拟机或者物理机器,取决于所在的集群配置。每个节点都包含用于运行
34-
{{< glossary_tooltip text="Pod" term_id="pod" >}} 所需要的服务,这些服务由
35-
{{< glossary_tooltip text="控制面" term_id="control-plane" >}}负责管理
34+
节点可以是一个虚拟机或者物理机器,取决于所在的集群配置。每个节点由
35+
{{< glossary_tooltip text="控制面" term_id="control-plane" >}} 负责管理,
36+
并包含运行 {{< glossary_tooltip text="Pods" term_id="pod" >}} 所需的服务
3637

3738
通常集群中会有若干个节点;而在一个学习用或者资源受限的环境中,你的集群中也可能
3839
只有一个节点。

0 commit comments

Comments
 (0)