File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
content/zh/docs/reference/glossary Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
-->
26
26
27
27
<!--
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.
29
29
-->
30
- Pod 优先级表示一个 Pod 相对于其他 Pod 的重要性。
30
+ Pod 优先级表示一个 {{< glossary_tooltip term_id="pod" >}} 相对于其他 Pod 的重要性。
31
31
32
32
<!-- more-->
33
33
Original file line number Diff line number Diff line change 17
17
title: Pod Security Policy
18
18
id: pod-security-policy
19
19
date: 2018-04-12
20
- full_link: /zh/ docs/concepts/policy/pod-security-policy/
20
+ full_link: /docs/concepts/policy/pod-security-policy/
21
21
short_description: >
22
22
Enables fine-grained authorization of pod creation and updates.
23
23
32
32
Enables fine-grained authorization of {{< glossary_tooltip term_id="pod" >}} creation and updates.
33
33
-->
34
34
35
- 为 Pod 的创建和更新操作启用细粒度的授权。
35
+ 为 {{< glossary_tooltip text=" Pod" term_id="pod" >}} 的创建和更新操作启用细粒度的授权。
36
36
37
37
<!-- more-->
38
38
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ actual server's reply to the client.
43
43
network proxy that runs on each node in your cluster, implementing part of
44
44
the Kubernetes {{< glossary_tooltip term_id="service">}} concept.
45
45
-->
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">}} 概念。
47
47
48
48
<!--
49
49
You can run kube-proxy as a plain userland proxy service. If your operating
You can’t perform that action at this time.
0 commit comments