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

43 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 初始化容器Init Container
id: init-container
date: 2018-04-12
full_link:
short_description: >
应用容器运行前必须先运行完成的一个或多个初始化容器。
aka:
tags:
- fundamental
---
<!--
---
title: Init Container
id: init-container
date: 2018-04-12
full_link:
short_description: >
One or more initialization containers that must run to completion before any app containers run.
aka:
tags:
- fundamental
---
-->
<!--
One or more initialization {{< glossary_tooltip text="containers" term_id="container" >}} that must run to completion before any app containers run.
-->
应用{{< glossary_tooltip text="容器" term_id="container" >}}运行前必须先运行完成的一个或多个初始化容器。
<!--more-->
<!--
Initialization (init) containers are like regular app containers, with one difference: init containers must run to completion before any app containers can start. Init containers run in series: each init container must run to completion before the next init container begins.
-->
初始化init容器像常规应用容器一样只有一点不同初始化init容器必须在应用容器启动前运行完成。
Init 容器的运行顺序一个初始化init容器必须在下一个初始化init容器开始前运行完成。