Skip to content

Commit 6322579

Browse files
windsonseasobit02
authored andcommitted
[zh] Update reference/glossary/t-w files
1 parent b16570d commit 6322579

File tree

10 files changed

+30
-74
lines changed

10 files changed

+30
-74
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 污点(Taint)
33
id: taint
4-
date: 2019-01-11
54
full_link: /zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/
65
short_description: >
76
污点是一种核心对象,包含三个必需的属性:key、value 和 effect。
@@ -11,11 +10,9 @@ aka:
1110
tags:
1211
- fundamental
1312
---
14-
1513
<!--
1614
title: Taint
1715
id: taint
18-
date: 2019-01-11
1916
full_link: /docs/concepts/scheduling-eviction/taint-and-toleration/
2017
short_description: >
2118
A core object consisting of three required properties: key, value, and effect. Taints prevent the scheduling of pods on nodes or node groups.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 容忍度(Toleration)
33
id: toleration
4-
date: 2019-01-11
54
full_link: /zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/
65
short_description: >
76
容忍度是一种核心对象,包含三个必需的属性:key、value 和 effect。
@@ -12,11 +11,9 @@ tags:
1211
- core-object
1312
- fundamental
1413
---
15-
1614
<!--
1715
title: Toleration
1816
id: toleration
19-
date: 2019-01-11
2017
full_link: /docs/concepts/scheduling-eviction/taint-and-toleration/
2118
short_description: >
2219
A core object consisting of three required properties: key, value, and effect. Tolerations enable the scheduling of pods on nodes or node groups that have a matching taint.
Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: UID
33
id: uid
4-
date: 2018-04-12
54
full_link: /zh-cn/docs/concepts/overview/working-with-objects/names/
65
short_description: >
76
由 Kubernetes 系统生成、用来唯一标识对象的字符串。
@@ -10,34 +9,26 @@ aka:
109
tags:
1110
- fundamental
1211
---
13-
1412
<!--
15-
---
1613
title: UID
1714
id: uid
18-
date: 2018-04-12
1915
full_link: /docs/concepts/overview/working-with-objects/names
2016
short_description: >
2117
A Kubernetes systems-generated string to uniquely identify objects.
2218
2319
aka:
2420
tags:
2521
- fundamental
26-
---
2722
-->
2823

2924
<!--
30-
A Kubernetes systems-generated string to uniquely identify objects.
25+
A Kubernetes systems-generated string to uniquely identify objects.
3126
-->
27+
由 Kubernetes 系统生成、用来唯一标识对象的字符串。
3228

33-
Kubernetes 系统生成的字符串,唯一标识对象。
34-
35-
<!--more-->
29+
<!--more-->
3630

3731
<!--
3832
Every object created over the whole lifetime of a Kubernetes cluster has a distinct UID. It is intended to distinguish between historical occurrences of similar entities.
3933
-->
40-
4134
在 Kubernetes 集群的整个生命周期中创建的每个对象都有一个不同的 UID,它旨在区分类似实体的历史事件。
42-
43-

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 上游(Uptream)
33
id: upstream
44
full_link:
55
short_description: >
6-
可以参考:核心 Kubernetes 仓库或作为当前仓库派生来源的来源仓库
6+
可以指代核心 Kubernetes 仓库或作为当前仓库派生来源的仓库
77
88
aka:
99
tags:
@@ -22,17 +22,16 @@ tags:
2222
-->
2323

2424
<!--
25-
May refer to: core Kubernetes or the source repo from which a repo was forked.
25+
May refer to: core Kubernetes or the source repo from which a repo was forked.
2626
-->
27-
可能指的是:核心 Kubernetes 仓库或作为当前仓库派生来源的仓库。
27+
可以指代核心 Kubernetes 仓库或作为当前仓库派生来源的仓库。
2828

29-
<!--more-->
29+
<!--more-->
3030

3131
<!--
3232
* In the **Kubernetes Community**: Conversations often use *upstream* to mean the core Kubernetes codebase, which the general ecosystem, other code, or third-party tools relies upon. For example, [community members](#term-member) may suggest that a feature is moved upstream so that it is in the core codebase instead of in a plugin or third-party tool.
3333
* In **GitHub** or **git**: The convention is to refer to a source repo as *upstream*, whereas the forked repo is considered *downstream*.
3434
-->
35-
3635
***Kubernetes 社区**:对话中通常使用 **upstream** 来表示核心 Kubernetes
3736
代码库,也就是更广泛的 Kubernetes 生态系统、其他代码或第三方工具所依赖的仓库。
3837
例如,[社区成员](#term-member)可能会建议将某个功能特性贡献到 upstream,
Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
---
22
title: 用户名字空间
33
id: userns
4-
date: 2021-07-13
54
full_link: https://man7.org/linux/man-pages/man7/user_namespaces.7.html
65
short_description: >
7-
一种为非特权用户模拟超级用户特权的 Linux 内核功能特性
6+
一种让非特权用户模拟超级用户特权的 Linux 内核特性
87
98
aka:
109
tags:
1110
- security
1211
---
13-
1412
<!--
1513
title: user namespace
1614
id: userns
17-
date: 2021-07-13
1815
full_link: https://man7.org/linux/man-pages/man7/user_namespaces.7.html
1916
short_description: >
2017
A Linux kernel feature to emulate superuser privilege for unprivileged users.
@@ -27,7 +24,7 @@ tags:
2724
<!--
2825
A kernel feature to emulate root. Used for "rootless containers".
2926
-->
30-
用来模拟 root 用户的内核功能特性。用来支持“Rootless 容器”。
27+
用来模拟 root 用户的内核特性。用来支持“Rootless 容器”。
3128

3229
<!--more-->
3330

@@ -36,21 +33,20 @@ User namespaces are a Linux kernel feature that allows a non-root user to
3633
emulate superuser ("root") privileges,
3734
for example in order to run containers without being a superuser outside the container.
3835
-->
39-
用户名字空间(User Namespace)是一种 Linux 内核功能特性,允许非 root 用户
40-
模拟超级用户("root")的特权,例如用来运行容器却不必成为容器之外的超级用户。
36+
用户名字空间(User Namespace)是一种 Linux 内核特性,允许非 root
37+
用户模拟超级用户("root")的特权,例如用来运行容器却不必成为容器之外的超级用户。
4138

4239
<!--
4340
User namespace is effective for mitigating damage of potential container break-out attacks.
4441
-->
45-
用户名字空间对于缓解因潜在的容器逃逸攻击而言是有效的
42+
用户名字空间可以有效缓解因潜在的容器逃逸攻击所造成的损坏
4643

4744
<!--
4845
In the context of user namespaces, the namespace is a Linux kernel feature, and not a
4946
{{< glossary_tooltip text="namespace" term_id="namespace" >}} in the Kubernetes sense
5047
of the term.
5148
-->
52-
在用户名字空间语境中,名字空间是 Linux 内核的功能特性而不是 Kubernetes 意义上的
53-
{{< glossary_tooltip text="名字空间" term_id="namespace" >}}概念。
49+
在用户名字空间的语境中,名字空间是 Linux 内核的特性而不是 Kubernetes
50+
意义上的{{< glossary_tooltip text="名字空间" term_id="namespace" >}}概念。
5451

5552
<!-- TODO: https://kinvolk.io/blog/2020/12/improving-kubernetes-and-container-security-with-user-namespaces/ -->
56-
Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 卷插件(Volume Plugin)
33
id: volumeplugin
4-
date: 2018-04-12
54
full_link:
65
short_description: >
76
卷插件可以让 Pod 集成存储。
@@ -10,35 +9,28 @@ aka:
109
tags:
1110
- storage
1211
---
13-
1412
<!--
15-
---
1613
title: Volume Plugin
1714
id: volumeplugin
18-
date: 2018-04-12
1915
full_link:
2016
short_description: >
2117
A Volume Plugin enables integration of storage within a Pod.
2218
2319
aka:
2420
tags:
2521
- storage
26-
---
2722
-->
2823

2924
<!--
30-
A Volume Plugin enables integration of storage within a {{< glossary_tooltip text="Pod" term_id="pod" >}}.
25+
A Volume Plugin enables integration of storage within a {{< glossary_tooltip text="Pod" term_id="pod" >}}.
3126
-->
32-
3327
卷插件可以让 {{< glossary_tooltip text="Pod" term_id="pod" >}} 集成存储。
3428

35-
<!--more-->
29+
<!--more-->
3630

3731
<!--
3832
A Volume Plugin lets you attach and mount storage volumes for use by a {{< glossary_tooltip text="Pod" term_id="pod" >}}. Volume plugins can be _in tree_ or _out of tree_. _In tree_ plugins are part of the Kubernetes code repository and follow its release cycle. _Out of tree_ plugins are developed independently.
3933
-->
40-
4134
卷插件让你能给 {{< glossary_tooltip text="Pod" term_id="pod" >}} 附加和挂载存储卷。
42-
卷插件既可以是 _in tree_ 也可以是 _out of tree__in tree_ 插件是 Kubernetes 代码库的一部分,
43-
并遵循其发布周期。而 _Out of tree_ 插件则是独立开发的。
44-
35+
卷插件既可以是**树内**也可以是**树外****树内**插件是 Kubernetes 代码库的一部分,
36+
并遵循其发布周期。而**树外**插件则是独立开发的。

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 卷(Volume)
33
id: volume
4-
date: 2018-04-12
54
full_link: /zh-cn/docs/concepts/storage/volumes/
65
short_description: >
76
包含可被 Pod 中容器访问的数据的目录。
@@ -13,7 +12,6 @@ tags:
1312
<!--
1413
title: Volume
1514
id: volume
16-
date: 2018-04-12
1715
full_link: /docs/concepts/storage/volumes/
1816
short_description: >
1917
A directory containing data, accessible to the containers in a pod.
@@ -26,13 +24,12 @@ tags:
2624
<!--
2725
A directory containing data, accessible to the {{< glossary_tooltip text="containers" term_id="container" >}} in a {{< glossary_tooltip term_id="pod" >}}.
2826
-->
29-
包含可被 {{< glossary_tooltip text="Pod" term_id="pod" >}}
30-
中{{< glossary_tooltip text="容器" term_id="container" >}}访问的数据的目录
27+
这是一个目录,包含可被 {{< glossary_tooltip text="Pod" term_id="pod" >}}
28+
中{{< glossary_tooltip text="容器" term_id="container" >}}访问的数据
3129

3230
<!--
3331
A Kubernetes volume lives as long as the Pod that encloses it. Consequently, a volume outlives any containers that run within the Pod, and data in the volume is preserved across container restarts.
3432
-->
35-
3633
每个 Kubernetes 卷在所处的 {{< glossary_tooltip text="Pod" term_id="pod" >}} 存在期间保持存在状态。
3734
因此,卷的生命期会超出 {{< glossary_tooltip text="Pod" term_id="pod" >}}
3835
中运行的{{< glossary_tooltip text="容器" term_id="container" >}},

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 监视(Watch)
33
id: watch
4-
date: 2024-07-02
54
full_link: /zh-cn/docs/reference/using-api/api-concepts/#api-verbs
65
short_description: >
76
用于以流的形式跟踪 Kubernetes 中对象变化的动词。
@@ -11,11 +10,9 @@ tags:
1110
- API verb
1211
- fundamental
1312
---
14-
1513
<!--
1614
title: Watch
1715
id: watch
18-
date: 2024-07-02
1916
full_link: /docs/reference/using-api/api-concepts/#api-verbs
2017
short_description: >
2118
A verb that is used to track changes to an object in Kubernetes as a stream.
@@ -30,8 +27,7 @@ tags:
3027
A verb that is used to track changes to an object in Kubernetes as a stream.
3128
It is used for the efficient detection of changes.
3229
-->
33-
用于以流的形式跟踪 Kubernetes 中对象更改的动词。
34-
它用于高效检测更改。
30+
用于以流的形式跟踪 Kubernetes 中对象更改的动词。它用于高效检测更改。
3531

3632
<!--more-->
3733

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 工作组(Working Group,WG)
33
id: wg
4-
date: 2018-04-12
54
full_link: https://github.com/kubernetes/community/blob/master/sig-list.md#master-working-group-list
65
short_description: >
76
工作组是为了方便讨论和(或)推进执行一些短周期、窄范围、或者从委员会和 SIG 分离出来的项目、以及跨 SIG 的活动。
@@ -10,37 +9,31 @@ aka:
109
tags:
1110
- community
1211
---
13-
1412
<!--
15-
---
1613
title: WG (working group)
1714
id: wg
18-
date: 2018-04-12
1915
full_link: https://github.com/kubernetes/community/blob/master/sig-list.md#master-working-group-list
2016
short_description: >
2117
Facilitates the discussion and/or implementation of a short-lived, narrow, or decoupled project for a committee, SIG, or cross-SIG effort.
2218
2319
aka:
2420
tags:
2521
- community
26-
---
2722
-->
2823

29-
3024
<!--
31-
Facilitates the discussion and/or implementation of a short-lived, narrow, or decoupled project for a committee, {{< glossary_tooltip text="SIG" term_id="sig" >}}, or cross-SIG effort.
25+
Facilitates the discussion and/or implementation of a short-lived, narrow, or decoupled project for a committee, {{< glossary_tooltip text="SIG" term_id="sig" >}}, or cross-SIG effort.
3226
-->
33-
3427
工作组是为了方便讨论和(或)推进执行一些短周期、窄范围、或者从委员会和 SIG 分离出来的项目、以及跨 SIG 的活动。
3528

36-
<!--more-->
29+
<!--more-->
3730

3831
<!--
3932
Working groups are a way of organizing people to accomplish a discrete task.
4033
4134
For more information, see the [kubernetes/community](https://github.com/kubernetes/community) repo and the current list of [SIGs and working groups](https://github.com/kubernetes/community/blob/master/sig-list.md).
4235
-->
43-
4436
工作组可以将人们组织起来,一起完成一项分散的任务。
4537

46-
更多信息请参考 [kubernetes/community](https://github.com/kubernetes/community) 代码库和当前的 [SIGs 和工作组](https://github.com/kubernetes/community/blob/master/sig-list.md) 列表。
38+
更多信息请参考 [kubernetes/community](https://github.com/kubernetes/community) 代码库和当前的
39+
[SIG 和工作组](https://github.com/kubernetes/community/blob/master/sig-list.md)列表。

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: 工作负载(Workload)
33
id: workload
4-
date: 2019-02-13
54
full_link: /zh-cn/docs/concepts/workloads/
65
short_description: >
7-
工作负载是在 Kubernetes 上运行的应用程序
6+
工作负载是在 Kubernetes 上运行的应用
87
98
aka:
109
tags:
@@ -13,7 +12,6 @@ tags:
1312
<!--
1413
title: Workload
1514
id: workload
16-
date: 2019-02-13
1715
full_link: /docs/concepts/workloads/
1816
short_description: >
1917
A workload is an application running on Kubernetes.
@@ -24,11 +22,11 @@ tags:
2422
-->
2523

2624
<!--
27-
A workload is an application running on Kubernetes.
25+
A workload is an application running on Kubernetes.
2826
-->
29-
工作负载是在 Kubernetes 上运行的应用程序
27+
工作负载是在 Kubernetes 上运行的应用
3028

31-
<!--more-->
29+
<!--more-->
3230

3331
<!--
3432
Various core objects that represent different types or parts of a workload
@@ -42,4 +40,4 @@ in a {{< glossary_tooltip term_id="Deployment" >}}.
4240

4341
例如,具有 Web 服务器和数据库的工作负载可能在一个
4442
{{< glossary_tooltip term_id="StatefulSet" >}} 中运行数据库,
45-
而 Web 服务器运行在 {{< glossary_tooltip term_id="Deployment" >}}。
43+
而 Web 服务器运行在 {{< glossary_tooltip term_id="Deployment" >}}

0 commit comments

Comments
 (0)