Skip to content

Commit bd78db8

Browse files
authored
Merge pull request #48434 from my-git9/pp-24367
[zh-cn]sync network-policy volume
2 parents 0f74906 + f879aa4 commit bd78db8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

content/zh-cn/docs/reference/glossary/network-policy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tags:
1111
- networking
1212
- architecture
1313
- extension
14+
- core-object
1415
---
1516

1617
<!--
@@ -27,10 +28,12 @@ tags:
2728
- networking
2829
- architecture
2930
- extension
31+
- core-object
3032
---
33+
-->
3134

3235
<!--
33-
A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.
36+
A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.
3437
-->
3538

3639
网络策略是一种规范,规定了允许 Pod 组之间、Pod 与其他网络端点之间以怎样的方式进行通信。

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ short_description: >
88
99
aka:
1010
tags:
11-
- core-object
1211
- fundamental
1312
---
1413
<!--
@@ -21,19 +20,15 @@ short_description: >
2120
2221
aka:
2322
tags:
24-
- core-object
2523
- fundamental
2624
-->
2725

28-
2926
<!--
30-
A directory containing data, accessible to the {{< glossary_tooltip text="containers" term_id="container" >}} in a {{< glossary_tooltip term_id="pod" >}}.
27+
A directory containing data, accessible to the {{< glossary_tooltip text="containers" term_id="container" >}} in a {{< glossary_tooltip term_id="pod" >}}.
3128
-->
3229
包含可被 {{< glossary_tooltip text="Pod" term_id="pod" >}}
3330
中{{< glossary_tooltip text="容器" term_id="container" >}}访问的数据的目录。
3431

35-
36-
3732
<!--
3833
A Kubernetes volume lives as long as the Pod that encloses it. Consequently, a volume outlives any containers that run within the Pod, and data in the volume is preserved across container restarts.
3934
-->

0 commit comments

Comments
 (0)