[zh-cn]Update components.md

[zh-cn]Update components.md
pull/37392/head
Kinzhi 2022-10-20 01:58:28 +08:00
parent ce7e330c57
commit 09fcfea4fe
1 changed files with 4 additions and 4 deletions

View File

@ -88,15 +88,15 @@ Some types of these controllers are:
* Node controller: Responsible for noticing and responding when nodes go down.
* Job controller: Watches for Job objects that represent one-off tasks, then creates
Pods to run those tasks to completion.
* 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.
* EndpointSlice controller: Populates EndpointSlice objects (to provide a link between Services and Pods).
* ServiceAccount controller: Create default ServiceAccounts for new namespaces.
-->
这些控制器包括:
* 节点控制器Node Controller负责在节点出现故障时进行通知和响应
* 任务控制器Job Controller监测代表一次性任务的 Job 对象,然后创建 Pods 来运行这些任务直至完成
* 端点控制器Endpoints Controller填充端点Endpoints对象即加入 Service 与 Pod
* 服务帐户和令牌控制器Service Account & Token Controllers为新的命名空间创建默认帐户和 API 访问令牌
* 端点分片控制器EndpointSlice controller填充端点分片EndpointSlice对象以提供 Service 和 Pod 之间的链接)。
* 服务账号控制器ServiceAccount controller为新的命名空间创建默认的服务账号ServiceAccount
<!--
### cloud-controller-manager