Skip to content

Commit e3c8c8e

Browse files
pegasasTim Bannister
andauthored
Update content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent e4c38d4 commit e3c8c8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Liveness probes determine when to restart a container. For example, liveness pro
2020

2121
If a container fails its liveness probe repeatedly, the kubelet restarts the container.
2222

23-
Liveness probes do not wait for readiness probes to succeed. If you want to wait before executing a liveness probe you should use initialDelaySeconds or a startupProbe.
23+
Liveness probes do not wait for readiness probes to succeed. If you want to wait before
24+
executing a liveness probe you can either define `initialDelaySeconds`, or use a
25+
[startup probe](#startup-probe).
2426

2527

2628
## Readiness probe

0 commit comments

Comments
 (0)