Skip to content

Commit 6219d52

Browse files
authored
Merge pull request #22760 from gaoguangze111/update-overview-components
Update chinese description in overview-components.md
2 parents f8868b3 + aa5a05a commit 6219d52

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Kubernetes 组件
33
content_type: concept
4+
description: >
5+
Kubernetes 集群由代表控制平面的组件和一组称为节点的机器组成。
46
weight: 20
5-
card:
7+
card:
68
name: concepts
79
weight: 20
810
---
@@ -12,8 +14,11 @@ reviewers:
1214
- lavalamp
1315
title: Kubernetes Components
1416
content_type: concept
17+
description: >
18+
A Kubernetes cluster consists of the components that represent the control plane
19+
and a set of machines called nodes
1520
weight: 20
16-
card:
21+
card:
1722
name: concepts
1823
weight: 20
1924
---
@@ -43,17 +48,17 @@ Here's the diagram of a Kubernetes cluster with all the components tied together
4348

4449

4550
<!-- body -->
46-
<!--
51+
<!--
4752
## Control Plane Components
4853
-->
4954
## 控制平面组件(Control Plane Components)
5055

51-
<!--
56+
<!--
5257
The Control Plane's components make global decisions about the cluster (for example, scheduling), as well as detecting and responding to cluster events (for example, starting up a new {{< glossary_tooltip text="pod" term_id="pod">}} when a deployment's `replicas` field is unsatisfied).
5358
-->
5459
控制平面的组件对集群做出全局决策(比如调度),以及检测和响应集群事件(例如,当不满足部署的 `replicas` 字段时,启动新的 {{< glossary_tooltip text="pod" term_id="pod">}})。
5560

56-
<!--
61+
<!--
5762
Control Plane components can be run on any machine in the cluster. However,
5863
for simplicity, set up scripts typically start all Control Plane components on
5964
the same machine, and do not run user containers on this machine. See
@@ -233,4 +238,3 @@ saving container logs to a central log store with search/browsing interface.
233238
* 进一步了解 [Nodes](/docs/concepts/architecture/nodes/)
234239
* 进一步了解 [kube-scheduler](/docs/concepts/scheduling/kube-scheduler/)
235240
* 阅读 etcd 官方[文档](https://etcd.io/docs/)
236-

0 commit comments

Comments
 (0)