File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
content/zh-cn/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ id: static-pod
4
4
date : 2019-02-12
5
5
full_link : /zh-cn/docs/tasks/configure-pod-container/static-pod/
6
6
short_description : >
7
- 静态Pod (Static Pod)是指由特定节点上的 kubelet 守护进程直接管理的 Pod。
7
+ 静态 Pod (Static Pod)是指由特定节点上的 kubelet 守护进程直接管理的 Pod。
8
8
9
9
aka :
10
10
tags :
11
11
- fundamental
12
12
---
13
13
14
14
<!--
15
- ---
16
15
title: Static Pod
17
16
id: static-pod
18
17
date: 2019-02-12
@@ -23,17 +22,21 @@ short_description: >
23
22
aka:
24
23
tags:
25
24
- fundamental
26
- ---
27
25
-->
28
26
29
27
<!--
30
28
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the kubelet
31
29
daemon on a specific node,
32
30
-->
33
- 由特定节点上的 kubelet 守护进程直接管理的 {{< glossary_tooltip text="pod " term_id="pod" >}},
31
+ 由特定节点上的 kubelet 守护进程直接管理的 {{< glossary_tooltip text="Pod " term_id="pod" >}},
34
32
<!-- more-->
35
33
36
34
<!--
37
35
without the API server observing it.
38
36
-->
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" >}}。
You can’t perform that action at this time.
0 commit comments