File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ components.
22
22
使用云基础设施技术,你可以在公有云、私有云或者混合云环境中运行 Kubernetes。
23
23
Kubernetes 的信条是基于自动化的、API 驱动的基础设施,同时避免组件间紧密耦合。
24
24
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 是指云控制器管理器, ">}}
26
26
27
27
<!--
28
28
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
96
96
2 . 利用特定云平台的信息为 Node 对象添加注解和标签,例如节点所在的
97
97
区域(Region)和所具有的资源(CPU、内存等等);
98
98
3 . 获取节点的网络地址和主机名;
99
- 4 . 检查节点的健康状况。如果节点无响应,控制器通过云平台 API ll 查看该节点是否
99
+ 4 . 检查节点的健康状况。如果节点无响应,控制器通过云平台 API 查看该节点是否
100
100
已从云中禁用、删除或终止。如果节点已从云中删除,则控制器从 Kubernetes 集群
101
101
中删除 Node 对象。
102
102
You can’t perform that action at this time.
0 commit comments