update the markdown file in the glossary directory for Chinese version.
This commit is contained in:
@@ -25,9 +25,9 @@ tags:
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Pod Priority indicates the importance of a Pod relative to other Pods.
|
Pod Priority indicates the importance of a {{< glossary_tooltip term_id="pod" >}} relative to other Pods.
|
||||||
-->
|
-->
|
||||||
Pod 优先级表示一个 Pod 相对于其他 Pod 的重要性。
|
Pod 优先级表示一个 {{< glossary_tooltip term_id="pod" >}} 相对于其他 Pod 的重要性。
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Pod Security Policy
|
title: Pod Security Policy
|
||||||
id: pod-security-policy
|
id: pod-security-policy
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /zh/docs/concepts/policy/pod-security-policy/
|
full_link: /docs/concepts/policy/pod-security-policy/
|
||||||
short_description: >
|
short_description: >
|
||||||
Enables fine-grained authorization of pod creation and updates.
|
Enables fine-grained authorization of pod creation and updates.
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ tags:
|
|||||||
Enables fine-grained authorization of {{< glossary_tooltip term_id="pod" >}} creation and updates.
|
Enables fine-grained authorization of {{< glossary_tooltip term_id="pod" >}} creation and updates.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
为 Pod 的创建和更新操作启用细粒度的授权。
|
为 {{< glossary_tooltip text="Pod" term_id="pod" >}} 的创建和更新操作启用细粒度的授权。
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ actual server's reply to the client.
|
|||||||
network proxy that runs on each node in your cluster, implementing part of
|
network proxy that runs on each node in your cluster, implementing part of
|
||||||
the Kubernetes {{< glossary_tooltip term_id="service">}} concept.
|
the Kubernetes {{< glossary_tooltip term_id="service">}} concept.
|
||||||
-->
|
-->
|
||||||
[kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/) 是集群中每个节点上运行的网络代理,实现了部分 Kubernetes {{< glossary_tooltip term_id="service">}} 概念。
|
[kube-proxy](/zh/docs/reference/command-line-tools-reference/kube-proxy/) 是集群中每个节点上运行的网络代理,实现了部分 Kubernetes {{< glossary_tooltip term_id="service">}} 概念。
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
You can run kube-proxy as a plain userland proxy service. If your operating
|
You can run kube-proxy as a plain userland proxy service. If your operating
|
||||||
|
|||||||
Reference in New Issue
Block a user