Skip to content

Commit f51174d

Browse files
committed
update the markdown file in the glossary directory for Chinese version.
1 parent f74efa0 commit f51174d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

content/zh/docs/reference/glossary/kube-scheduler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: kube-scheduler
44
date: 2018-04-12
55
full_link: /docs/reference/generated/kube-scheduler/
66
short_description: >
7-
控制平面组件监视那些新创建的未指定运行节点的 Pod,并选择节点让 Pod 在上面运行。
7+
控制平面组件,负责监视新创建的、未指定运行节点的 Pod,选择节点让 Pod 在上面运行。
88
99
aka:
1010
tags:
@@ -33,7 +33,7 @@ Control plane component that watches for newly created
3333
{{< glossary_tooltip term_id="node" text="node">}}, and selects a node for them
3434
to run on.-->
3535

36-
控制平面组件监视那些新创建的未指定运行{{< glossary_tooltip term_id="node" text="节点(node">}}的 {{< glossary_tooltip term_id="pod" text="Pods" >}},并选择节点让 Pod 在上面运行。
36+
控制平面组件,负责监视新创建的、未指定运行{{< glossary_tooltip term_id="节点(node" text="node">}}的 {{< glossary_tooltip term_id="pod" text="Pods" >}},选择节点让 Pod 在上面运行。
3737

3838
<!--more-->
3939

content/zh/docs/reference/glossary/minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ You can use Minikube to
4444

4545
Minikube 在用户计算机上的一个虚拟机内运行单节点 Kubernetes 集群。
4646
你可以使用 Minikube
47-
[在学习环境中尝试 Kubernetes](/docs/setup/learning-environment/).
47+
[在学习环境中尝试 Kubernetes](/zh/docs/setup/learning-environment/).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Mirror Pod
2+
title: 镜像 Pod(Mirror Pod
33
id: 静态-pod
44
date: 2019-08-06
55
short_description: >
@@ -27,7 +27,7 @@ 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-
Mirror Pod 是一个被 kubelet 用来代表 {{< glossary_tooltip text="static pod" term_id="static-pod" >}} 的
30+
镜像 Pod(Mirror Pod)是被 kubelet 用来代表{{< glossary_tooltip text="静态 Pod" term_id="static-pod" >}} 的
3131
{{< glossary_tooltip text="pod" term_id="pod" >}} 对象。
3232

3333
<!--more-->
@@ -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/docs/reference/glossary/namespace.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: 命名空间(Namespace)
2+
title: 名字空间(Namespace)
33
id: namespace
44
date: 2018-04-12
55
full_link: /zh/docs/concepts/overview/working-with-objects/namespaces/
66
short_description: >
7-
命名空间是 Kubernetes 为了在同一物理集群上支持多个虚拟集群而使用的一种抽象。
7+
名字空间是 Kubernetes 为了在同一物理集群上支持多个虚拟集群而使用的一种抽象。
88
99
aka:
1010
tags:
@@ -30,12 +30,12 @@ tags:
3030
An abstraction used by Kubernetes to support multiple virtual clusters on the same physical {{< glossary_tooltip text="cluster" term_id="cluster" >}}.
3131
-->
3232

33-
命名空间是 Kubernetes 为了在同一物理集群上支持多个虚拟集群而使用的一种抽象。
33+
名字空间是 Kubernetes 为了在同一物理集群上支持多个虚拟集群而使用的一种抽象。
3434

3535
<!--more-->
3636

3737
<!--
3838
Namespaces are used to organize objects in a cluster and provide a way to divide cluster resources. Names of resources need to be unique within a namespace, but not across namespaces.
3939
-->
4040

41-
命名空间用来组织集群中对象,并为集群资源划分提供了一种方法。同一命名空间内的资源名称必须唯一,但跨命名空间时不作要求
41+
名字空间用来组织集群中对象,并为集群资源划分提供了一种方法。同一名字空间内的资源名称必须唯一,但跨名字空间时不作要求

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 对象(Object)
33
id: object
44
date: 2020-10-12
5-
full_link: https://kubernetes.io/zh/docs/concepts/overview/working-with-objects/kubernetes-objects/#kubernetes-objects
5+
full_link: /zh/docs/concepts/overview/working-with-objects/kubernetes-objects/#kubernetes-objects
66
short_description: >
77
Kubernetes 系统中的实体, 代表了集群的部分状态。
88
aka:
@@ -37,6 +37,6 @@ By creating an object, you're effectively telling the Kubernetes system what you
3737
your cluster's workload to look like; this is your cluster's desired state.
3838
-->
3939
Kubernetes 对象通常是一个“目标记录”-一旦你创建了一个对象,Kubernetes
40-
{{< glossary_tooltip text="控制平面(control plane)" term_id="control-plane" >}}
40+
{{< glossary_tooltip text="控制平面(Control Plane)" term_id="control-plane" >}}
4141
不断工作,以确保它代表的项目确实存在。
4242
创建一个对象相当于告知 Kubernetes 系统:你期望这部分集群负载看起来像什么;这也就是你集群的期望状态。

0 commit comments

Comments
 (0)