update the markdown file in the glossary directory for Chinese version.

pull/25843/head
jialaijun 2020-12-29 10:06:12 +08:00
parent f5354c3210
commit f74efa09ed
3 changed files with 5 additions and 5 deletions

View File

@ -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-->

View File

@ -17,7 +17,7 @@ tags:
title: Pod Security Policy
id: pod-security-policy
date: 2018-04-12
full_link: /zh/docs/concepts/policy/pod-security-policy/
full_link: /docs/concepts/policy/pod-security-policy/
short_description: >
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.
-->
为 Pod 的创建和更新操作启用细粒度的授权。
{{< glossary_tooltip text="Pod" term_id="pod" >}} 的创建和更新操作启用细粒度的授权。
<!--more-->

View File

@ -43,7 +43,7 @@ actual server's reply to the client.
network proxy that runs on each node in your cluster, implementing part of
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