Skip to content

Commit 1a32094

Browse files
authored
Merge pull request #43331 from tengqm/zh-sync-glossary
[zh] Sync glossary entries
2 parents c069b4d + d4dcec2 commit 1a32094

File tree

11 files changed

+48
-39
lines changed

11 files changed

+48
-39
lines changed

content/zh-cn/docs/reference/glossary/cloud-controller-manager.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ tags:
2929

3030
<!--
3131
A Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}} component
32-
that embeds cloud-specific control logic. The cloud controller manager lets you link your
32+
that embeds cloud-specific control logic. The [cloud controller manager](/docs/concepts/architecture/cloud-controller/) lets you link your
3333
cluster into your cloud provider's API, and separates out the components that interact
3434
with that cloud platform from components that only interact with your cluster.
3535
-->
3636
一个 Kubernetes {{<glossary_tooltip text="控制平面" term_id="control-plane" >}}组件,
3737
嵌入了特定于云平台的控制逻辑。
38-
云控制器管理器(Cloud Controller Manager)允许你将你的集群连接到云提供商的 API 之上,
38+
[云控制器管理器(Cloud Controller Manager)](/zh-cn/docs/concepts/architecture/cloud-controller/)
39+
允许你将你的集群连接到云提供商的 API 之上,
3940
并将与该云平台交互的组件同与你的集群交互的组件分离开来。
4041

4142
<!--more-->

content/zh-cn/docs/reference/glossary/container-runtime-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ tags:
2424
-->
2525

2626
<!--
27-
The main protocol for the communication between the kubelet and Container Runtime.
27+
The main protocol for the communication between the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and Container Runtime.
2828
-->
29-
kubelet 和容器运行时之间通信的主要协议。
29+
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 和容器运行时之间通信的主要协议。
3030

3131
<!--more-->
3232

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ tags:
2727

2828
<!--
2929
The container runtime interface (CRI) is an API for container runtimes
30-
to integrate with kubelet on a node.
30+
to integrate with {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} on a node.
3131
-->
32-
容器运行时接口(Container Runtime Interface;CRI)是一组与节点上 kubelet 集成的容器运行时 API。
32+
容器运行时接口(Container Runtime Interface;CRI)是一组让容器运行时与节点上
33+
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 集成的 API。
3334

3435
<!--more-->
3536

3637
<!--
3738
For more information, see the [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API and specifications.
3839
-->
39-
更多信息, 请参考 [容器运行时接口](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API 与规格。
40+
更多信息,请参考[容器运行时接口(CRI)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)
41+
API 与规范。
42+

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ tags:
2525

2626
<!--
2727
The dockershim is a component of Kubernetes version 1.23 and earlier. It allows the kubelet
28+
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
2829
to communicate with {{< glossary_tooltip text="Docker Engine" term_id="docker" >}}.
2930
-->
3031
dockershim 是 Kubernetes v1.23 及之前版本中的一个组件。
31-
Kubernetes 系统组件通过它与 {{< glossary_tooltip text="Docker Engine" term_id="docker" >}}通信。
32+
这个组件使得 {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
33+
能够与 {{< glossary_tooltip text="Docker Engine" term_id="docker" >}} 通信。
3234

3335
<!--more-->
3436

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: event
44
date: 2022-01-16
55
full_link: /zh-cn/docs/reference/kubernetes-api/cluster-resources/event-v1/
66
short_description: >
7-
对集群中某处所发生事件的报告。通常用来表述系统中某种状态变更。
7+
事件(Event)是描述系统中某些状态变化的 Kubernetes 对象。
88
aka:
99
tags:
1010
- core-object
@@ -16,19 +16,17 @@ id: event
1616
date: 2022-01-16
1717
full_link: /docs/reference/kubernetes-api/cluster-resources/event-v1/
1818
short_description: >
19-
A report of an event somewhere in the cluster. It generally denotes some state change in the system.
19+
Events are Kubernetes objects that describe some state change in the system.
2020
aka:
2121
tags:
2222
- core-object
2323
- fundamental
2424
-->
2525

2626
<!--
27-
Each Event is a report of an event somewhere in the {{< glossary_tooltip text="cluster" term_id="cluster" >}}.
28-
It generally denotes some state change in the system.
27+
Event is a Kubernetes object that describes state change/notable occurrences in the system.
2928
-->
30-
每个 Event 是{{< glossary_tooltip text="集群" term_id="cluster" >}}中某处所发生事件的报告。
31-
它通常用来表述系统中的某种状态变更。
29+
事件(Event)是描述系统状态变化以及需要注意的事情的 Kubernetes 对象。
3230

3331
<!--more-->
3432

@@ -50,5 +48,6 @@ Events should be treated as informative, best-effort, supplemental data.
5048
In Kubernetes, [auditing](/docs/tasks/debug/debug-cluster/audit/) generates a different kind of
5149
Event record (API group `audit.k8s.io`).
5250
-->
53-
在 Kubernetes 中,[审计](/zh-cn/docs/tasks/debug/debug-cluster/audit/)
54-
机制会生成一种不同类别的 Event 记录(API 组为 `audit.k8s.io`)。
51+
在 Kubernetes 中,
52+
[审计](/zh-cn/docs/tasks/debug/debug-cluster/audit/)机制会生成一种不同类别的
53+
Event 记录(API 组为 `audit.k8s.io`)。

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ tags:
3333
<!--more-->
3434

3535
<!--
36-
The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by Kubernetes.
36+
The [kubelet](/docs/reference/command-line-tools-reference/kubelet/) takes a set of PodSpecs that
37+
are provided through various mechanisms and ensures that the containers described in those
38+
PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by
39+
Kubernetes.
3740
-->
38-
kubelet 接收一组通过各类机制提供给它的 PodSpecs,
39-
确保这些 PodSpecs 中描述的容器处于运行状态且健康。
41+
[kubelet](/docs/reference/command-line-tools-reference/kubelet/)
42+
接收一组通过各类机制提供给它的 PodSpec,确保这些 PodSpec 中描述的容器处于运行状态且健康。
4043
kubelet 不会管理不是由 Kubernetes 创建的容器。
44+

content/zh-cn/docs/reference/glossary/mirror-pod.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ tags:
2727
A {{< glossary_tooltip text="pod" term_id="pod" >}} object that a kubelet uses
2828
to represent a {{< glossary_tooltip text="static pod" term_id="static-pod" >}}
2929
-->
30-
镜像 Pod(Mirror Pod)是被 kubelet 用来代表{{< glossary_tooltip text="静态 Pod" term_id="static-pod" >}} 的
31-
{{< glossary_tooltip text="pod" term_id="pod" >}} 对象。
30+
镜像 Pod(Mirror Pod)是被 {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
31+
用来代表{{< glossary_tooltip text="静态 Pod" term_id="static-pod" >}} 的
32+
{{< glossary_tooltip text="Pod" term_id="pod" >}} 对象。
3233

3334
<!--more-->
34-
<!--更多-->
3535

3636
<!--
3737
When the kubelet finds a static pod in its configuration, it automatically tries to
@@ -44,4 +44,4 @@ will be visible on the API server, but cannot be controlled from there.
4444
它会自动地尝试在 Kubernetes API 服务器上为它创建 Pod 对象。
4545
这意味着 pod 在 API 服务器上将是可见的,但不能在其上进行控制。
4646

47-
(例如,删除镜像 Pod 也不会阻止 kubelet 守护进程继续运行它)。
47+
(例如,删除镜像 Pod 也不会阻止 kubelet 守护进程继续运行它)。

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ id: object
1515
date: 2020-10-12
1616
full_link: /docs/concepts/overview/working-with-objects/#kubernetes-objects
1717
short_description: >
18-
A entity in the Kubernetes system, representing part of the state of your cluster.
18+
An entity in the Kubernetes system, representing part of the state of your cluster.
1919
aka:
2020
tags:
2121
- fundamental
@@ -35,7 +35,8 @@ that the item it represents actually exists.
3535
By creating an object, you're effectively telling the Kubernetes system what you want that part of
3636
your cluster's workload to look like; this is your cluster's desired state.
3737
-->
38-
Kubernetes 对象通常是一个“目标记录”-一旦你创建了一个对象,Kubernetes
39-
{{< glossary_tooltip text="控制平面(Control Plane)" term_id="control-plane" >}}
40-
不断工作,以确保它代表的项目确实存在。
41-
创建一个对象相当于告知 Kubernetes 系统:你期望这部分集群负载看起来像什么;这也就是你集群的期望状态。
38+
Kubernetes 对象通常是一个“意向表述(Record of Intent)”—一旦你创建了一个对象,Kubernetes
39+
{{< glossary_tooltip text="控制平面(Control Plane)" term_id="control-plane" >}} 就不断工作,
40+
以确保它所代表的事物确实存在。
41+
创建一个对象相当于告知 Kubernetes 系统:你期望这部分集群负载看起来像什么;这也就是你集群的期望状态。
42+

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ tags:
2424
-->
2525

2626
<!--
27-
A check that the kubelet periodically performs against a container that is
27+
A check that the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} periodically performs against a container that is
2828
running in a pod, that will define container's state and health and informing container's lifecycle.
2929
-->
30-
由 kubelet 定期对运行在 Pod 中的容器执行的一项检查,用于定义容器的状态和健康状况,并通知容器的生命周期。
30+
由 {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 定期对运行在 Pod 中的容器执行的一项检查,
31+
用于定义容器的状态和健康状况,并通知容器的生命周期。
3132

3233
<!--more-->
3334

content/zh-cn/docs/reference/glossary/static-pod.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,16 @@ tags:
2525
-->
2626

2727
<!--
28-
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the kubelet
28+
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
2929
daemon on a specific node,
30-
-->
31-
由特定节点上的 kubelet 守护进程直接管理的 {{< glossary_tooltip text="Pod" term_id="pod" >}},
32-
<!--more-->
33-
34-
<!--
3530
without the API server observing it.
3631
-->
32+
由特定节点上的 {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 守护进程直接管理的
33+
{{< glossary_tooltip text="Pod" term_id="pod" >}}。
3734
API 服务器不了解它的存在。
3835

3936
<!--
4037
Static Pods do not support {{< glossary_tooltip text="ephemeral containers" term_id="ephemeral-container" >}}.
4138
-->
4239
静态 Pod 不支持{{< glossary_tooltip text="临时容器" term_id="ephemeral-container" >}}。
40+

0 commit comments

Comments
 (0)