Skip to content

Commit f74efa0

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ tags:
2525
-->
2626

2727
<!--
28-
Pod Priority indicates the importance of a Pod relative to other Pods.
28+
Pod Priority indicates the importance of a {{< glossary_tooltip term_id="pod" >}} relative to other Pods.
2929
-->
30-
Pod 优先级表示一个 Pod 相对于其他 Pod 的重要性。
30+
Pod 优先级表示一个 {{< glossary_tooltip term_id="pod" >}} 相对于其他 Pod 的重要性。
3131

3232
<!--more-->
3333

content/zh/docs/reference/glossary/pod-security-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tags:
1717
title: Pod Security Policy
1818
id: pod-security-policy
1919
date: 2018-04-12
20-
full_link: /zh/docs/concepts/policy/pod-security-policy/
20+
full_link: /docs/concepts/policy/pod-security-policy/
2121
short_description: >
2222
Enables fine-grained authorization of pod creation and updates.
2323
@@ -32,7 +32,7 @@ tags:
3232
Enables fine-grained authorization of {{< glossary_tooltip term_id="pod" >}} creation and updates.
3333
-->
3434

35-
为 Pod 的创建和更新操作启用细粒度的授权。
35+
{{< glossary_tooltip text="Pod" term_id="pod" >}} 的创建和更新操作启用细粒度的授权。
3636

3737
<!--more-->
3838

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ actual server's reply to the client.
4343
network proxy that runs on each node in your cluster, implementing part of
4444
the Kubernetes {{< glossary_tooltip term_id="service">}} concept.
4545
-->
46-
[kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/) 是集群中每个节点上运行的网络代理,实现了部分 Kubernetes {{< glossary_tooltip term_id="service">}} 概念。
46+
[kube-proxy](/zh/docs/reference/command-line-tools-reference/kube-proxy/) 是集群中每个节点上运行的网络代理,实现了部分 Kubernetes {{< glossary_tooltip term_id="service">}} 概念。
4747

4848
<!--
4949
You can run kube-proxy as a plain userland proxy service. If your operating

0 commit comments

Comments
 (0)