Skip to content

Commit 6e64f84

Browse files
author
willise
committed
docs: Add all probe explanation of init contaners
Signed-off-by: willise <[email protected]>
1 parent 650845a commit 6e64f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ including resource limits, volumes, and security settings. However, the
4646
resource requests and limits for an init container are handled differently,
4747
as documented in [Resources](#resources).
4848

49-
Also, init containers do not support readiness probes because they must run to
50-
completion before the Pod can be ready.
49+
Also, init containers do not support `lifecycle`, `livenessProbe`, `readinessProbe`, or
50+
`startupProbe` because they must run to completion before the Pod can be ready.
5151

5252
If you specify multiple init containers for a Pod, Kubelet runs each init
5353
container sequentially. Each init container must succeed before the next can run.

0 commit comments

Comments
 (0)