Skip to content

Commit dba6763

Browse files
authored
Merge pull request #25244 from jialaijun/update_glossary
update the markdown file in the glossary directory for Chinese version.
2 parents ec4d60a + fdc3b6c commit dba6763

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+687
-358
lines changed
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 附加组件
2+
title: 附加组件(Add-ons)
33
id: addons
44
date: 2019-12-15
55
full_link: /zh/docs/concepts/cluster-administration/addons/
@@ -10,28 +10,31 @@ aka:
1010
tags:
1111
- tool
1212
---
13-
扩展 Kubernetes 功能的资源。
14-
1513
<!--
1614
---
1715
title: Add-ons
1816
id: addons
1917
date: 2019-12-15
20-
full_link: /zh/docs/concepts/cluster-administration/addons/
18+
full_link: /docs/concepts/cluster-administration/addons/
2119
short_description: >
2220
Resources that extend the functionality of Kubernetes.
2321
2422
aka:
2523
tags:
2624
- tool
2725
---
26+
-->
27+
28+
29+
<!--
2830
Resources that extend the functionality of Kubernetes.
2931
-->
32+
扩展 Kubernetes 功能的资源。
3033

3134

3235
<!--more-->
3336

3437
<!--
35-
[Installing addons](/docs/concepts/cluster-administration/addons/) explains more about using add-ons with your cluster, and lists some popular add-ons.
38+
[Installing addons](/docs/concepts/cluster-administration/addons/) explains more about using add-ons with your cluster, and lists some popular add-ons.
3639
-->
37-
[安装附加组件](/docs/concepts/cluster-administration/addons/) 阐释了更多关于如何在集群内使用附加组件,并列出了一些流行的附加组件。
40+
[安装附加组件](/zh/docs/concepts/cluster-administration/addons/) 阐释了更多关于如何在集群内使用附加组件,并列出了一些流行的附加组件。

content/zh/docs/reference/glossary/admission-controller.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 准入控制器
2+
title: 准入控制器(Admission Controller)
33
id: admission-controller
44
date: 2019-06-28
55
full_link: /zh/docs/reference/access-authn-authz/admission-controllers/
@@ -11,25 +11,31 @@ tags:
1111
- security
1212
---
1313

14+
1415
<!--
1516
---
1617
title: Admission Controller
1718
id: admission-controller
1819
date: 2019-06-28
19-
full_link: /zh/docs/reference/access-authn-authz/admission-controllers/
20+
full_link: /docs/reference/access-authn-authz/admission-controllers/
2021
short_description: >
2122
A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object.
2223
2324
aka:
2425
tags:
2526
- extension
2627
- security
27-
---
28+
---
2829
-->
2930

31+
32+
<!--
33+
A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object.
34+
-->
3035
在对象持久化之前拦截 Kubernetes Api 服务器请求的一段代码
3136

3237
<!--more-->
38+
3339
<!--
3440
Admission controllers are configurable for the Kubernetes API server and may be “validating”, “mutating”, or
3541
both. Any admission controller may reject the request. Mutating controllers may modify the objects they admit;
@@ -41,4 +47,4 @@ validating controllers may not.
4147
准入控制器可针对 Kubernetes Api 服务器进行配置,可以执行验证,变更或两者都执行。任何准入控制器都可以拒绝访问请求。
4248
变更(mutating)控制器可以修改其允许的对象,验证(validating)控制器则不可以。
4349

44-
* [Kubernetes 文档中的准入控制器](/docs/reference/access-authn-authz/admission-controllers/)
50+
* [Kubernetes 文档中的准入控制器](/zh/docs/reference/access-authn-authz/admission-controllers/)

content/zh/docs/reference/glossary/aggregation-layer.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 聚合层
2+
title: 聚合层(Aggregation Layer)
33
id: aggregation-layer
44
date: 2018-10-08
55
full_link: /zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
@@ -12,13 +12,12 @@ tags:
1212
- extension
1313
- operation
1414
---
15-
1615
<!--
1716
---
1817
title: Aggregation Layer
1918
id: aggregation-layer
2019
date: 2018-10-08
21-
full_link: /zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
20+
full_link: /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
2221
short_description: >
2322
The aggregation layer lets you install additional Kubernetes-style APIs in your cluster.
2423
@@ -30,16 +29,20 @@ tags:
3029
---
3130
-->
3231

32+
33+
34+
3335
<!--
3436
The aggregation layer lets you install additional Kubernetes-style APIs in your cluster.
3537
-->
3638

3739
聚合层允许您在自己的集群上安装额外的 Kubernetes 风格的 API。
3840

39-
<!--more-->
41+
<!--more-->
42+
4043

4144
<!--
42-
When you've configured the {{< glossary_tooltip text="Kubernetes API Server" term_id="kube-apiserver" >}} to [support additional APIs](/docs/tasks/access-kubernetes-api/configure-aggregation-layer/), you can add `APIService` objects to "claim" a URL path in the Kubernetes API.
45+
When you've configured the {{< glossary_tooltip text="Kubernetes API Server" term_id="kube-apiserver" >}} to [support additional APIs](/docs/tasks/extend-kubernetes/configure-aggregation-layer/), you can add `APIService` objects to "claim" a URL path in the Kubernetes API.
4346
-->
4447

45-
当您配置了 {{< glossary_tooltip text="Kubernetes API Server" term_id="kube-apiserver" >}} 来 [支持额外的 API](/docs/tasks/access-kubernetes-api/configure-aggregation-layer/),您就可以在 Kubernetes API 中增加 `APIService` 对象来 "申领(Claim)" 一个 URL 路径。
48+
当您配置了 {{< glossary_tooltip text="Kubernetes API Server" term_id="kube-apiserver" >}} 来 [支持额外的 API](/zh/docs/tasks/extend-kubernetes/configure-aggregation-layer/),您就可以在 Kubernetes API 中增加 `APIService` 对象来 "申领(Claim)" 一个 URL 路径。

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 注解
2+
title: 注解(Annotation)
33
id: annotation
44
date: 2018-04-12
55
full_link: /zh/docs/concepts/overview/working-with-objects/annotations/
@@ -16,7 +16,7 @@ tags:
1616
title: Annotation
1717
id: annotation
1818
date: 2018-04-12
19-
full_link: /zh/docs/concepts/overview/working-with-objects/annotations/
19+
full_link: /docs/concepts/overview/working-with-objects/annotations
2020
short_description: >
2121
A key-value pair that is used to attach arbitrary non-identifying metadata to objects.
2222
@@ -26,6 +26,8 @@ tags:
2626
---
2727
-->
2828

29+
30+
2931
<!--
3032
A key-value pair that is used to attach arbitrary non-identifying metadata to objects.
3133
-->
@@ -35,8 +37,10 @@ tags:
3537
<!--more-->
3638

3739
<!--
38-
The metadata in an annotation can be small or large, structured or unstructured, and can include characters not permitted by labels. Clients such as tools and libraries can retrieve this metadata.
40+
The metadata in an annotation can be small or large, structured or unstructured, and can include characters not permitted by {{< glossary_tooltip text="labels" term_id="label" >}}. Clients such as tools and libraries can retrieve this metadata.
3941
-->
4042

41-
注解中的元数据可大可小,可以是结构化的也可以是非结构化的,并且能包含标签不允许使用的字符。像工具和软件库这样的客户端可以检索这些元数据。
43+
注解中的元数据可大可小,可以是结构化的也可以是非结构化的,
44+
并且能包含{{< glossary_tooltip text="标签" term_id="label" >}}不允许使用的字符。
45+
像工具和软件库这样的客户端可以检索这些元数据。
4246

content/zh/docs/reference/glossary/api-group.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,40 @@ tags:
1111
- fundamental
1212
- architecture
1313
---
14+
1415
<!--
1516
---
1617
title: API Group
1718
id: api-group
1819
date: 2019-09-02
19-
full_link: /zh/docs/concepts/overview/kubernetes-api/#api-groups
20+
full_link: /docs/concepts/overview/kubernetes-api/#api-groups
2021
short_description: >
2122
A set of related paths in the Kubernetes API.
2223
2324
aka:
2425
tags:
2526
- fundamental
2627
- architecture
27-
---
28+
---
2829
-->
2930

31+
3032
<!--
3133
A set of related paths in Kubernetes API.
3234
-->
3335
Kubernetes API 中的一组相关路径。
3436

35-
<!--more-->
37+
<!--more-->
3638

3739
<!--
3840
You can enable or disable each API group by changing the configuration of your API server. You can also disable or enable paths to specific resources. API group makes it easier to extend the Kubernetes API. The API group is specified in a REST path and in the `apiVersion` field of a serialized object.
3941
-->
40-
通过更改 API server 的配置,可以启用或禁用每个 API Group。你还可以禁用或启用指向特定资源的路径。API group 使扩展 Kubernetes API 更加的容易。API group 在 REST 路径和序列化对象的 `apiVersion` 字段中指定。
42+
通过更改 API server 的配置,可以启用或禁用每个 API Group。
43+
你还可以禁用或启用指向特定资源的路径。
44+
API group 使扩展 Kubernetes API 更加的容易。
45+
API group 在 REST 路径和序列化对象的 `apiVersion` 字段中指定。
4146

4247
<!--
4348
* Read [API Group](/docs/concepts/overview/kubernetes-api/#api-groups) for more information.
4449
-->
45-
* 阅读 [API Group](/docs/concepts/overview/kubernetes-api/#api-groups) 了解更多信息。
50+
* 阅读 [API Group](/zh/docs/concepts/overview/kubernetes-api/#api-groups) 了解更多信息。

content/zh/docs/reference/glossary/app-container.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 应用程序容器
2+
title: 应用程序容器(App Container)
33
id: app-container
44
date: 2019-02-12
55
full_link:
@@ -10,7 +10,6 @@ aka:
1010
tags:
1111
- workload
1212
---
13-
应用程序容器(或 app 容器){{< glossary_tooltip text="容器" term_id="container" >}} 在 {{< glossary_tooltip text="pod" term_id="pod" >}} 中,在 {{< glossary_tooltip text="初始化容器" term_id="init-container" >}} 启动完毕后才开始启动。
1413

1514
<!--
1615
---
@@ -25,8 +24,14 @@ aka:
2524
tags:
2625
- workload
2726
---
27+
-->
28+
29+
<!--
2830
Application containers (or app containers) are the {{< glossary_tooltip text="containers" term_id="container" >}} in a {{< glossary_tooltip text="pod" term_id="pod" >}} that are started after any {{< glossary_tooltip text="init containers" term_id="init-container" >}} have completed.
2931
-->
32+
应用程序 {{< glossary_tooltip text="容器" term_id="container" >}} (或 app 容器)在 {{< glossary_tooltip text="pod" term_id="pod" >}} 中,在 {{< glossary_tooltip text="初始化容器" term_id="init-container" >}} 启动完毕后才开始启动。
33+
34+
3035

3136
<!--more-->
3237

@@ -37,5 +42,6 @@ once the application container has started.
3742
If a pod doesn't have any init containers configured, all the containers in that pod are app containers.
3843
-->
3944

40-
初始化容器使您可以分离对于 {{< glossary_tooltip text="工作负载" term_id="workload" >}} 整体而言很重要的初始化细节,并且一旦应用容器启动,它不需要继续运行。
45+
初始化容器使您可以分离对于{{< glossary_tooltip text="工作负载" term_id="workload" >}}
46+
整体而言很重要的初始化细节,并且一旦应用容器启动,它不需要继续运行。
4147
如果 pod 没有配置任何初始化容器,则该 pod 中的所有容器都是应用程序容器。

content/zh/docs/reference/glossary/application-architect.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 应用架构师
2+
title: 应用架构师(Application Architect)
33
id: application-architect
44
date: 2018-04-12
55
full_link:
@@ -10,7 +10,6 @@ aka:
1010
tags:
1111
- user-type
1212
---
13-
应用架构师是负责应用高级设计的人。
1413

1514
<!--
1615
---
@@ -25,13 +24,21 @@ aka:
2524
tags:
2625
- user-type
2726
---
27+
-->
28+
29+
<!--
2830
A person responsible for the high-level design of an application.
2931
-->
32+
应用架构师是负责应用高级设计的人。
33+
34+
35+
3036

3137
<!--more-->
3238
<!--
3339
An architect ensures that an app's implementation allows it to interact with its surrounding components in a scalable, maintainable way. Surrounding components include databases, logging infrastructure, and other microservices.
3440
-->
3541

36-
应用架构师确保应用的实现允许它和周边组件进行可扩展的、可持续的交互。周边组件包括数据库、日志基础设施和其他微服务。
42+
应用架构师确保应用的实现允许它和周边组件进行可扩展的、可持续的交互。
43+
周边组件包括数据库、日志基础设施和其他微服务。
3744

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 应用开发者
2+
title: 应用开发者(Application Developer)
33
id: application-developer
44
date: 2018-04-12
55
full_link:
@@ -26,8 +26,9 @@ tags:
2626
---
2727
-->
2828

29+
2930
<!--
30-
A person who writes an application that runs in a Kubernetes cluster.
31+
A person who writes an application that runs in a Kubernetes cluster.
3132
-->
3233

3334
编写可以在 Kubernetes 集群上运行的应用的人。

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 应用
2+
title: 应用(Applications)
33
id: applications
44
date: 2019-05-12
55
full_link:
@@ -24,4 +24,8 @@ tags:
2424
---
2525
-->
2626

27+
28+
<!--
29+
The layer where various containerized applications run.
30+
-->
2731
各种容器化应用运行所在的层。

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 批准者
2+
title: 批准者(Approver)
33
id: approver
44
date: 2018-04-12
55
full_link:
@@ -26,6 +26,9 @@ tags:
2626
---
2727
-->
2828

29+
<!--
30+
A person who can review and approve Kubernetes code contributions.
31+
-->
2932
可以审核并批准 Kubernetes 代码贡献的人。
3033

3134
<!--more-->
@@ -36,5 +39,4 @@ While code review is focused on code quality and correctness, approval is focuse
3639

3740
代码审核的重点是代码质量和正确性,而批准的重点是对贡献的整体接受。
3841
整体接受包括向后/向前兼容性、遵守 API 和参数约定、细微的性能和正确性问题、与系统其他部分的交互等。
39-
批准者状态的作用域是代码库的一部分。
40-
审批者以前被称为维护者。
42+
批准者状态的作用域是代码库的一部分。审批者以前被称为维护者。

0 commit comments

Comments
 (0)