Skip to content

Commit a9aa108

Browse files
authored
Merge pull request #26569 from timyinshi/ccm
modify the error chinese word
2 parents 06f06b5 + 34a6676 commit a9aa108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ components.
2222
使用云基础设施技术,你可以在公有云、私有云或者混合云环境中运行 Kubernetes。
2323
Kubernetes 的信条是基于自动化的、API 驱动的基础设施,同时避免组件间紧密耦合。
2424

25-
{{< glossary_definition term_id="cloud-controller-manager" length="all" prepend="组件 cloud-controller-manager ">}}
25+
{{< glossary_definition term_id="cloud-controller-manager" length="all" prepend="组件 cloud-controller-manager 是指云控制器管理器,">}}
2626

2727
<!--
2828
The cloud-controller-manager is structured using a plugin
@@ -96,7 +96,7 @@ hosts running inside your tenancy with the cloud provider. The node controller p
9696
2. 利用特定云平台的信息为 Node 对象添加注解和标签,例如节点所在的
9797
区域(Region)和所具有的资源(CPU、内存等等);
9898
3. 获取节点的网络地址和主机名;
99-
4. 检查节点的健康状况。如果节点无响应,控制器通过云平台 API ll 查看该节点是否
99+
4. 检查节点的健康状况。如果节点无响应,控制器通过云平台 API 查看该节点是否
100100
已从云中禁用、删除或终止。如果节点已从云中删除,则控制器从 Kubernetes 集群
101101
中删除 Node 对象。
102102

0 commit comments

Comments
 (0)