Skip to content

Commit 2fed611

Browse files
authored
Merge pull request #45820 from ydFu/update-init-container
[zh] Update full_link in init-container.md
2 parents c25ceaa + ff5ea6f commit 2fed611

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

content/zh-cn/docs/reference/glossary/init-container.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: Init 容器(Init Container)
33
id: init-container
44
date: 2018-04-12
5-
full_link:
5+
full_link: /zh-cn/docs/concepts/workloads/pods/init-containers/
66
short_description: >
7-
应用容器运行前必须先运行完成的一个或多个 Init 容器(Init Container)。
8-
7+
应用容器运行前必须先运行完成的一个或多个 Init 容器(Init Container)。
98
aka:
109
tags:
1110
- fundamental
@@ -15,10 +14,9 @@ tags:
1514
title: Init Container
1615
id: init-container
1716
date: 2018-04-12
18-
full_link:
17+
full_link: /docs/concepts/workloads/pods/init-containers/
1918
short_description: >
2019
One or more initialization containers that must run to completion before any app containers run.
21-
2220
aka:
2321
tags:
2422
- fundamental
@@ -36,3 +34,12 @@ Initialization (init) containers are like regular app containers, with one diffe
3634
-->
3735
Init 容器像常规应用容器一样,只有一点不同:Init 容器必须在应用容器启动前运行完成。
3836
Init 容器的运行顺序:一个 Init 容器必须在下一个 Init 容器开始前运行完成。
37+
38+
<!--
39+
Unlike {{< glossary_tooltip text="sidecar containers" term_id="sidecar-container" >}}, init containers do not remain running after Pod startup.
40+
41+
For more information, read [init containers](/docs/concepts/workloads/pods/init-containers/).
42+
-->
43+
与{{< glossary_tooltip text="边车容器" term_id="sidecar-container" >}}不同,Init 容器在 Pod 启动后不会继续运行。
44+
45+
有关更多信息,请阅读 [Init 容器](/zh-cn/docs/concepts/workloads/pods/init-containers/)

0 commit comments

Comments
 (0)