From aa5a05ac4b2ad20fabff56cf4c0b6fb0bfa2737d Mon Sep 17 00:00:00 2001 From: GoodGameZoo Date: Sun, 26 Jul 2020 18:57:25 -0700 Subject: [PATCH] Update chinese description in overview-components.md --- content/zh/docs/concepts/overview/components.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/content/zh/docs/concepts/overview/components.md b/content/zh/docs/concepts/overview/components.md index c02a8d3d06..f653d71fef 100644 --- a/content/zh/docs/concepts/overview/components.md +++ b/content/zh/docs/concepts/overview/components.md @@ -1,8 +1,10 @@ --- title: Kubernetes 组件 content_type: concept +description: > + Kubernetes 集群由代表控制平面的组件和一组称为节点的机器组成。 weight: 20 -card: +card: name: concepts weight: 20 --- @@ -12,8 +14,11 @@ reviewers: - lavalamp title: Kubernetes Components content_type: concept +description: > + A Kubernetes cluster consists of the components that represent the control plane + and a set of machines called nodes weight: 20 -card: +card: name: concepts weight: 20 --- @@ -43,17 +48,17 @@ Here's the diagram of a Kubernetes cluster with all the components tied together - ## 控制平面组件(Control Plane Components) - 控制平面的组件对集群做出全局决策(比如调度),以及检测和响应集群事件(例如,当不满足部署的 `replicas` 字段时,启动新的 {{< glossary_tooltip text="pod" term_id="pod">}})。 -