[zh] sync content/en/docs/concepts/overview/components.md

This commit is contained in:
mengjiao.liu
2021-04-01 11:50:40 +08:00
parent 936e2c60ce
commit d4597c7c24
@@ -82,18 +82,18 @@ the same machine, and do not run user containers on this machine. See
{{< glossary_definition term_id="kube-controller-manager" length="all" >}} {{< glossary_definition term_id="kube-controller-manager" length="all" >}}
<!-- <!--
These controllers include: Some types of these controllers are:
* Node controller: Responsible for noticing and responding when nodes go down. * Node controller: Responsible for noticing and responding when nodes go down.
* Replication controller: Responsible for maintaining the correct number of pods for every replication * Job controller: Watches for Job objects that represent one-off tasks, then creates
controller object in the system. Pods to run those tasks to completion.
* Endpoints controller: Populates the Endpoints object (that is, joins Services & Pods). * Endpoints controller: Populates the Endpoints object (that is, joins Services & Pods).
* Service Account & Token controllers: Create default accounts and API access tokens for new namespaces. * Service Account & Token controllers: Create default accounts and API access tokens for new namespaces.
--> -->
这些控制器包括: 这些控制器包括:
* 节点控制器(Node Controller): 负责在节点出现故障时进行通知和响应 * 节点控制器(Node Controller): 负责在节点出现故障时进行通知和响应
* 副本控制器(Replication Controller: 负责为系统中的每个副本控制器对象维护正确数量的 Pod * 任务控制器(Job controller: 监测代表一次性任务的 Job 对象,然后创建 Pods 来运行这些任务直至完成
* 端点控制器(Endpoints Controller: 填充端点(Endpoints)对象(即加入 Service 与 Pod) * 端点控制器(Endpoints Controller: 填充端点(Endpoints)对象(即加入 Service 与 Pod)
* 服务帐户和令牌控制器(Service Account & Token Controllers: 为新的命名空间创建默认帐户和 API 访问令牌 * 服务帐户和令牌控制器(Service Account & Token Controllers: 为新的命名空间创建默认帐户和 API 访问令牌