Skip to content

Commit cdc0393

Browse files
authored
Merge pull request #41980 from windsonsea/probe
[zh] sync probe and more glossary
2 parents 2975cbe + 1918690 commit cdc0393

19 files changed

+84
-37
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ tags:
2323
- tool
2424
-->
2525

26-
<!--
26+
<!--
2727
Resources that extend the functionality of Kubernetes.
28-
-->
28+
-->
2929
扩展 Kubernetes 功能的资源。
3030

3131
<!--more-->
3232

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ validating controllers may not.
3838
3939
* [Admission controllers in the Kubernetes documentation](/docs/reference/access-authn-authz/admission-controllers/)
4040
-->
41-
准入控制器可针对 Kubernetes API 服务器进行配置,可以执行“验证(validating)、“变更(mutating)或两者都执行。
41+
准入控制器可针对 Kubernetes API 服务器进行配置,可以执行“验证(validating)、“变更(mutating)或两者都执行。
4242
任何准入控制器都可以拒绝访问请求。
4343
变更控制器可以修改其允许的对象,验证控制器则不可以。
4444

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ and {{< glossary_tooltip term_id="selector" text="selectors">}} specified in {{<
4646
and they can be either required or preferred, depending on how strictly you want the scheduler to enforce them.
4747
-->
4848
这些规则是使用 Kubernetes {{< glossary_tooltip term_id="label" text="标签">}}(label)
49-
和 {{< glossary_tooltip term_id="pod" text="Pod" >}} 中指定的
50-
{{< glossary_tooltip term_id="selector" text="选择算符">}}定义的,
49+
和 {{< glossary_tooltip term_id="pod" text="Pod" >}}
50+
中指定的{{< glossary_tooltip term_id="selector" text="选择算符">}}定义的,
5151
这些规则可以是必需的或首选的,这取决于你希望调度程序执行它们的严格程度。

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ tags:
3737
<!--
3838
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.
3939
-->
40-
当你配置了 {{< glossary_tooltip text="Kubernetes API 服务器" term_id="kube-apiserver" >}} 来 [支持额外的 API](/zh-cn/docs/tasks/extend-kubernetes/configure-aggregation-layer/)
41-
你就可以在 Kubernetes API 中增加 `APIService` 对象来"申领(Claim)"一个 URL 路径。
40+
当你配置了
41+
{{< glossary_tooltip text="Kubernetes API 服务器" term_id="kube-apiserver" >}}来[支持额外的 API](/zh-cn/docs/tasks/extend-kubernetes/configure-aggregation-layer/)
42+
你就可以在 Kubernetes API 中增加 `APIService` 对象来"申领(Claim)"一个 URL 路径。

content/zh-cn/docs/reference/glossary/api-eviction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ API-initiated eviction is not the same as [node-pressure eviction](/docs/concept
4848
API 发起的驱逐取决于你配置的 [`PodDisruptionBudgets`](/zh-cn/docs/tasks/run-application/configure-pdb/)
4949
[`terminationGracePeriodSeconds`](/zh-cn/docs/concepts/workloads/pods/pod-lifecycle#pod-termination)
5050

51-
API 发起的驱逐不同于
52-
[节点压力引发的驱逐](/zh-cn/docs/concepts/scheduling-eviction/node-pressure-eviction/)
51+
API 发起的驱逐不同于[节点压力引发的驱逐](/zh-cn/docs/concepts/scheduling-eviction/node-pressure-eviction/)
5352

5453
<!--
5554
* See [API-initiated eviction](/docs/concepts/scheduling-eviction/api-eviction/) for more information.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ A set of related paths in Kubernetes API.
3030
-->
3131
Kubernetes API 中的一组相关路径。
3232

33-
<!--more-->
33+
<!--more-->
34+
3435
<!--
3536
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.
3637
-->
@@ -42,4 +43,4 @@ API 组在 REST 路径和序列化对象的 `apiVersion` 字段中指定。
4243
<!--
4344
* Read [API Group](/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning) for more information.
4445
-->
45-
* 阅读 [API 组](/zh-cn/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning) 了解更多信息。
46+
* 阅读 [API 组](/zh-cn/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning)了解更多信息。

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ tags:
3333
<!--
3434
Certificates enable applications within a Kubernetes cluster to access the Kubernetes API securely. Certificates validate that clients are allowed to access the API.
3535
-->
36-
证书(Certificate)可以让 Kubernetes 集群中运行的应用程序安全的访问 Kubernetes API。证书可以确认客户端是否被允许访问 API。
36+
证书(Certificate)可以让 Kubernetes 集群中运行的应用程序安全的访问 Kubernetes API。
37+
证书可以确认客户端是否被允许访问 API。

content/zh-cn/docs/reference/glossary/cloud-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ elements such as load balancers.
5555

5656
你也会看到 Kubernetes 被作为托管服务提供;有时也称作平台即服务或 PaaS。
5757
针对托管的 Kubernetes,你的云提供商负责 Kubernetes 的控制平面以及
58-
{{< glossary_tooltip term_id="node" text="节点" >}} 及他们所依赖的基础设施:
58+
{{< glossary_tooltip term_id="node" text="节点" >}} 及他们所依赖的基础设施:
5959
网络、存储以及其他一些诸如负载均衡器之类的元素。

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tags:
2929
A set of worker machines, called {{< glossary_tooltip text="nodes" term_id="node" >}},
3030
that run containerized applications. Every cluster has at least one worker node.
3131
-->
32-
一组工作机器,称为 {{< glossary_tooltip text="节点" term_id="node" >}},
32+
一组工作机器,称为{{< glossary_tooltip text="节点" term_id="node" >}},
3333
会运行容器化应用程序。每个集群至少有一个工作节点。
3434

3535
<!--more-->
@@ -42,8 +42,7 @@ nodes and the Pods in the cluster. In production environments, the control plane
4242
runs across multiple computers and a cluster usually runs multiple nodes, providing
4343
fault-tolerance and high availability.
4444
-->
45-
工作节点会托管 {{< glossary_tooltip text="Pod" term_id="pod" >}}
46-
,而 Pod 就是作为应用负载的组件。
45+
工作节点会托管 {{< glossary_tooltip text="Pod" term_id="pod" >}},而 Pod 就是作为应用负载的组件。
4746
{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}管理集群中的工作节点和 Pod。
4847
在生产环境中,控制平面通常跨多台计算机运行,
4948
一个集群通常运行多个节点,提供容错性和高可用性。

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ tags:
2929
environment variables, command-line arguments, or as configuration files in a
3030
{{< glossary_tooltip text="volume" term_id="volume" >}}.
3131
-->
32-
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到键值对中。使用时, {{< glossary_tooltip text="Pods" term_id="pod" >}} 可以将其用作环境变量、命令行参数或者存储卷中的配置文件。
32+
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到键值对中。使用时,
33+
{{< glossary_tooltip text="Pod" term_id="pod" >}} 可以将其用作环境变量、命令行参数或者存储卷中的配置文件。
3334

3435
<!--more-->
3536

3637
<!--
3738
A ConfigMap allows you to decouple environment-specific configuration from your {{< glossary_tooltip text="container images" term_id="image" >}}, so that your applications are easily portable.
3839
-->
39-
ConfigMap 将你的环境配置信息和 {{< glossary_tooltip text="容器镜像" term_id="image" >}} 解耦,便于应用配置的修改。
40+
ConfigMap 将你的环境配置信息和{{< glossary_tooltip text="容器镜像" term_id="image" >}}解耦,便于应用配置的修改。

0 commit comments

Comments
 (0)