Skip to content

Commit ab329b0

Browse files
committed
docs(master): fix init container not support lifecycle and probe and sync en docs
Signed-off-by: cuisongliu <[email protected]>
1 parent d5c36b3 commit ab329b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/workloads/pods/init-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Init 容器的状态在 `status.initContainerStatuses` 字段中以容器状态
6666
<!--
6767
### Differences from regular containers
6868
Init containers support all the fields and features of app containers, including resource limits, volumes, and security settings. However, the resource requests and limits for an init container are handled differently, as documented in [Resources](#resources).
69-
Also, init containers do not support readiness probes because they must run to completion before the Pod can be ready.
69+
Also, init containers do not support `lifecycle`, `livenessProbe`, `readinessProbe`, or `startupProbe` because they must run to completion before the Pod can be ready.
7070
If you specify multiple init containers for a Pod, Kubelet runs each init container sequentially. Each init container must succeed before the next can run. When all of the init containers have run to completion, Kubelet initializes the application containers for the Pod and runs them as usual.
7171
-->
7272

0 commit comments

Comments
 (0)