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