Skip to content

Commit 16c8c21

Browse files
authored
Merge pull request #38235 from windsonsea/staticpod
[zh] sync glossary/static-pod.md
2 parents 494a10f + 60c6bdd commit 16c8c21

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/zh-cn/docs/reference/glossary/static-pod.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ id: static-pod
44
date: 2019-02-12
55
full_link: /zh-cn/docs/tasks/configure-pod-container/static-pod/
66
short_description: >
7-
静态Pod(Static Pod)是指由特定节点上的 kubelet 守护进程直接管理的 Pod。
7+
静态 Pod(Static Pod)是指由特定节点上的 kubelet 守护进程直接管理的 Pod。
88
99
aka:
1010
tags:
1111
- fundamental
1212
---
1313

1414
<!--
15-
---
1615
title: Static Pod
1716
id: static-pod
1817
date: 2019-02-12
@@ -23,17 +22,21 @@ short_description: >
2322
aka:
2423
tags:
2524
- fundamental
26-
---
2725
-->
2826

2927
<!--
3028
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the kubelet
3129
daemon on a specific node,
3230
-->
33-
由特定节点上的 kubelet 守护进程直接管理的 {{< glossary_tooltip text="pod" term_id="pod" >}},
31+
由特定节点上的 kubelet 守护进程直接管理的 {{< glossary_tooltip text="Pod" term_id="pod" >}},
3432
<!--more-->
3533

3634
<!--
3735
without the API server observing it.
3836
-->
39-
API 服务器不了解它的存在。
37+
API 服务器不了解它的存在。
38+
39+
<!--
40+
Static Pods do not support {{< glossary_tooltip text="ephemeral containers" term_id="ephemeral-container" >}}.
41+
-->
42+
静态 Pod 不支持{{< glossary_tooltip text="临时容器" term_id="ephemeral-container" >}}。

0 commit comments

Comments
 (0)