From 09fcfea4fe55511f4b7da276a05ddabdec56dbd2 Mon Sep 17 00:00:00 2001 From: Kinzhi Date: Thu, 20 Oct 2022 01:58:28 +0800 Subject: [PATCH] [zh-cn]Update components.md [zh-cn]Update components.md --- content/zh-cn/docs/concepts/overview/components.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/zh-cn/docs/concepts/overview/components.md b/content/zh-cn/docs/concepts/overview/components.md index 0ff3d33f3c..8d3af794bc 100644 --- a/content/zh-cn/docs/concepts/overview/components.md +++ b/content/zh-cn/docs/concepts/overview/components.md @@ -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)。