File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh/docs/concepts/overview Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,18 +82,18 @@ the same machine, and do not run user containers on this machine. See
82
82
{{< glossary_definition term_id="kube-controller-manager" length="all" >}}
83
83
84
84
<!--
85
- These controllers include :
85
+ Some types of these controllers are :
86
86
87
87
* Node controller: Responsible for noticing and responding when nodes go down.
88
- * Replication controller: Responsible for maintaining the correct number of pods for every replication
89
- controller object in the system .
88
+ * Job controller: Watches for Job objects that represent one-off tasks, then creates
89
+ Pods to run those tasks to completion .
90
90
* Endpoints controller: Populates the Endpoints object (that is, joins Services & Pods).
91
91
* Service Account & Token controllers: Create default accounts and API access tokens for new namespaces.
92
92
-->
93
93
这些控制器包括:
94
94
95
95
* 节点控制器(Node Controller): 负责在节点出现故障时进行通知和响应
96
- * 副本控制器(Replication Controller ): 负责为系统中的每个副本控制器对象维护正确数量的 Pod
96
+ * 任务控制器(Job controller ): 监测代表一次性任务的 Job 对象,然后创建 Pods 来运行这些任务直至完成
97
97
* 端点控制器(Endpoints Controller): 填充端点(Endpoints)对象(即加入 Service 与 Pod)
98
98
* 服务帐户和令牌控制器(Service Account & Token Controllers): 为新的命名空间创建默认帐户和 API 访问令牌
99
99
You can’t perform that action at this time.
0 commit comments