Skip to content

Commit d1556f7

Browse files
authored
Merge pull request #27365 from mengjiao-liu/sync-overview-components
[zh] sync content/en/docs/concepts/overview/components.md
2 parents 19b961a + d4597c7 commit d1556f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/concepts/overview/components.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,18 @@ the same machine, and do not run user containers on this machine. See
8282
{{< glossary_definition term_id="kube-controller-manager" length="all" >}}
8383

8484
<!--
85-
These controllers include:
85+
Some types of these controllers are:
8686
8787
* 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.
9090
* Endpoints controller: Populates the Endpoints object (that is, joins Services & Pods).
9191
* Service Account & Token controllers: Create default accounts and API access tokens for new namespaces.
9292
-->
9393
这些控制器包括:
9494

9595
* 节点控制器(Node Controller): 负责在节点出现故障时进行通知和响应
96-
* 副本控制器(Replication Controller): 负责为系统中的每个副本控制器对象维护正确数量的 Pod
96+
* 任务控制器(Job controller): 监测代表一次性任务的 Job 对象,然后创建 Pods 来运行这些任务直至完成
9797
* 端点控制器(Endpoints Controller): 填充端点(Endpoints)对象(即加入 Service 与 Pod)
9898
* 服务帐户和令牌控制器(Service Account & Token Controllers): 为新的命名空间创建默认帐户和 API 访问令牌
9999

0 commit comments

Comments
 (0)