Skip to content

Commit 4c5b12c

Browse files
authored
Merge pull request #31052 from mengjiao-liu/sync-cloud-controller.md
[zh] Resync cloud-controller.md
2 parents 4c14f7f + 50afb9c commit 4c5b12c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ The controllers inside the cloud controller manager include:
7272
<!--
7373
### Node controller
7474
75-
The node controller is responsible for creating {{< glossary_tooltip text="Node" term_id="node" >}} objects
75+
The node controller is responsible for updating {{< glossary_tooltip text="Node" term_id="node" >}} objects
7676
when new servers are created in your cloud infrastructure. The node controller obtains information about the
7777
hosts running inside your tenancy with the cloud provider. The node controller performs the following functions:
7878
-->
7979
### 节点控制器 {#node-controller}
8080

81-
节点控制器负责在云基础设施中创建了新服务器时为之 创建
81+
节点控制器负责在云基础设施中创建了新服务器时为之 更新
8282
{{< glossary_tooltip text="节点(Node)" term_id="node" >}}对象。
8383
节点控制器从云提供商获取当前租户中主机的信息。节点控制器执行以下功能:
8484

8585
<!--
86-
1. Initialize a Node object for each server that the controller discovers through the cloud provider API.
86+
1. Update a Node object with the corresponding server's unique identifier obtained from the cloud provider API.
8787
2. Annotating and labelling the Node object with cloud-specific information, such as the region the node
8888
is deployed into and the resources (CPU, memory, etc) that it has available.
8989
3. Obtain the node's hostname and network addresses.
@@ -92,7 +92,7 @@ hosts running inside your tenancy with the cloud provider. The node controller p
9292
If the node has been deleted from the cloud, the controller deletes the Node object from your Kubernetes
9393
cluster.
9494
-->
95-
1. 针对控制器通过云平台驱动的 API 所发现的每个服务器初始化一个 Node 对象;
95+
1. 使用从云平台 API 获取的对应服务器的唯一标识符更新 Node 对象;
9696
2. 利用特定云平台的信息为 Node 对象添加注解和标签,例如节点所在的
9797
区域(Region)和所具有的资源(CPU、内存等等);
9898
3. 获取节点的网络地址和主机名;

0 commit comments

Comments
 (0)