Skip to content

Commit b8c7a80

Browse files
authored
Merge pull request #36581 from ydFu/new-update-reference-glossary-10
[zh] Update reference\glossary (10)
2 parents 02a4795 + b4fb45a commit b8c7a80

File tree

4 files changed

+15
-29
lines changed

4 files changed

+15
-29
lines changed

content/zh-cn/docs/reference/glossary/daemonset.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ tags:
1212
- core-object
1313
- workload
1414
---
15-
1615
<!--
17-
---
1816
title: DaemonSet
1917
id: daemonset
2018
date: 2018-04-12
@@ -27,17 +25,16 @@ tags:
2725
- fundamental
2826
- core-object
2927
- workload
30-
---
3128
-->
29+
3230
<!--
3331
Ensures a copy of a {{< glossary_tooltip text="Pod" term_id="pod" >}} is running across a set of nodes in a {{< glossary_tooltip text="cluster" term_id="cluster" >}}.
3432
-->
3533
确保 {{< glossary_tooltip text="Pod" term_id="pod" >}} 的副本在{{< glossary_tooltip text="集群" term_id="cluster" >}}中的一组节点上运行。
34+
3635
<!--more-->
3736

3837
<!--
3938
Used to deploy system daemons such as log collectors and monitoring agents that typically must run on every {{< glossary_tooltip term_id="node" >}}.
4039
-->
41-
4240
用来部署系统守护进程,例如日志搜集和监控代理,这些进程通常必须运行在每个{{< glossary_tooltip text="节点" term_id="node" >}}上。
43-

content/zh-cn/docs/reference/glossary/data-plane.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ id: data-plane
44
date: 2019-05-12
55
full_link:
66
short_description: >
7-
提供诸如 CPU,内存,网络和存储的能力,以便容器可以运行并连接到网络。
7+
提供诸如 CPU、内存、网络和存储的能力,以便容器可以运行并连接到网络。
88
aka:
99
tags:
1010
- fundamental
1111
---
12-
提供诸如 CPU,内存,网络和存储的能力,以便容器可以运行并连接到网络。
13-
1412
<!--
15-
---
1613
title: Data Plane
1714
id: data-plane
1815
date: 2019-05-12
@@ -23,8 +20,9 @@ short_description: >
2320
aka:
2421
tags:
2522
- fundamental
26-
---
27-
The layer that provides capacity such as CPU, memory, network, and storage so that the containers can run and connect to a network.
2823
-->
2924

30-
<!--more-->
25+
<!--
26+
The layer that provides capacity such as CPU, memory, network, and storage so that the containers can run and connect to a network.
27+
-->
28+
提供诸如 CPU、内存、网络和存储的能力,以便容器可以运行并连接到网络。

content/zh-cn/docs/reference/glossary/deployment.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@ id: deployment
44
date: 2018-04-12
55
full_link: /zh-cn/docs/concepts/workloads/controllers/deployment/
66
short_description: >
7-
Deployment 是管理应用副本的 API 对象。
8-
7+
管理集群上的多副本应用。
98
aka:
109
tags:
1110
- fundamental
1211
- core-object
1312
- workload
1413
---
15-
1614
<!--
17-
---
1815
title: Deployment
1916
id: deployment
2017
date: 2018-04-12
@@ -27,14 +24,12 @@ tags:
2724
- fundamental
2825
- core-object
2926
- workload
30-
---
3127
-->
3228

3329
<!--
3430
An API object that manages a replicated application, typically by running Pods with no local state.
3531
-->
36-
37-
Deployment 是管理应用副本的 API 对象,通常通过运行没有本地状态的Pods来实现。
32+
管理多副本应用的一种 API 对象,通常通过运行没有本地状态的 Pod 来完成工作。
3833

3934
<!--more-->
4035

@@ -43,6 +38,6 @@ Each replica is represented by a {{< glossary_tooltip term_id="pod" >}}, and the
4338
{{< glossary_tooltip text="nodes" term_id="node" >}} of a cluster.
4439
For workloads that do require local state, consider using a {{< glossary_tooltip term_id="StatefulSet" >}}.
4540
-->
46-
47-
应用的每个副本就是一个 {{< glossary_tooltip text="Pod" term_id="pod" >}}
48-
并且这些 Pod 会分散运行在集群的{{< glossary_tooltip text="节点" term_id="node" >}}
41+
每个副本表现为一个 {{<glossary_tooltip term_id="pod" >}},
42+
Pod 分布在集群中的{{<glossary_tooltip text="节点" term_id="node" >}}上。
43+
对于确实需要本地状态的工作负载,请考虑使用 {{<glossary_tooltip term_id="StatefulSet" >}}。

content/zh-cn/docs/reference/glossary/developer.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ tags:
1111
- community
1212
- user-type
1313
---
14-
1514
<!--
16-
---
1715
title: Developer (disambiguation)
1816
id: developer
1917
date: 2018-04-12
@@ -25,9 +23,11 @@ aka:
2523
tags:
2624
- community
2725
- user-type
28-
---
2926
-->
3027

28+
<!--
29+
May refer to&#58; {{< glossary_tooltip text="Application Developer" term_id="application-developer" >}}, {{< glossary_tooltip text="Code Contributor" term_id="code-contributor" >}}, or {{< glossary_tooltip text="Platform Developer" term_id="platform-developer" >}}.
30+
-->
3131
指的是:{{< glossary_tooltip text="应用开发者" term_id="application-developer" >}}、
3232
{{< glossary_tooltip text="代码贡献者" term_id="code-contributor" >}}、
3333
或{{< glossary_tooltip text="平台开发者" term_id="platform-developer" >}}。
@@ -37,8 +37,4 @@ tags:
3737
<!--
3838
This overloaded term may have different meanings depending on the context
3939
-->
40-
4140
根据上下文的不同,“开发者”这个被多处使用的词条会有不同的含义。
42-
43-
44-

0 commit comments

Comments
 (0)