From 83117ce20b7b763754c608f9185b44f2292dae1f Mon Sep 17 00:00:00 2001 From: chenxuc Date: Sun, 13 Jun 2021 09:02:16 +0800 Subject: [PATCH] [zh]Resync reference for glossary and sec issues related: #27673 --- .../zh/docs/reference/glossary/cloud-controller-manager.md | 6 +++--- content/zh/docs/reference/glossary/index.md | 2 +- content/zh/docs/reference/glossary/wg.md | 4 ++-- content/zh/docs/reference/issues-security/_index.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/zh/docs/reference/glossary/cloud-controller-manager.md b/content/zh/docs/reference/glossary/cloud-controller-manager.md index e2f10617e2..d7ea6223c6 100644 --- a/content/zh/docs/reference/glossary/cloud-controller-manager.md +++ b/content/zh/docs/reference/glossary/cloud-controller-manager.md @@ -35,13 +35,13 @@ tags: A Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}} component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact -with that cloud platform from components that just interact with your cluster. +with that cloud platform from components that only interact with your cluster. --> 云控制器管理器是指嵌入特定云的控制逻辑的 {{< glossary_tooltip text="控制平面" term_id="control-plane" >}}组件。 -云控制器管理器允许您链接聚合到云提供商的应用编程接口中, -并分离出相互作用的组件与您的集群交互的组件。 +云控制器管理器允许您链接集群到云提供商的应用编程接口中, +并把和该云平台交互的组件与只和您的集群交互的组件分离开。 diff --git a/content/zh/docs/reference/glossary/index.md b/content/zh/docs/reference/glossary/index.md index d5d593d062..2c265c92a5 100644 --- a/content/zh/docs/reference/glossary/index.md +++ b/content/zh/docs/reference/glossary/index.md @@ -1,5 +1,5 @@ --- -title: 标准化词汇表 +title: 词汇表 layout: glossary noedit: true default_active_tag: fundamental diff --git a/content/zh/docs/reference/glossary/wg.md b/content/zh/docs/reference/glossary/wg.md index 563ebacd69..2eedaaf356 100644 --- a/content/zh/docs/reference/glossary/wg.md +++ b/content/zh/docs/reference/glossary/wg.md @@ -36,11 +36,11 @@ tags: -工作组可以将人们组织起来,一起完成一项分散的任务。它组建简单,完成任务即可解散。 +工作组可以将人们组织起来,一起完成一项分散的任务。 更多信息请参考 [kubernetes/community](https://github.com/kubernetes/community) 代码库和当前的 [SIGs 和工作组](https://github.com/kubernetes/community/blob/master/sig-list.md) 列表。 diff --git a/content/zh/docs/reference/issues-security/_index.md b/content/zh/docs/reference/issues-security/_index.md index 7d3da26e97..51ca47cd3c 100644 --- a/content/zh/docs/reference/issues-security/_index.md +++ b/content/zh/docs/reference/issues-security/_index.md @@ -1,4 +1,4 @@ --- title: Kubernetes 问题和安全 -weight: 10 +weight: 40 ---