Skip to content

Commit e4c38d4

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 d265f98 commit e4c38d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Kubernetes has various types of probes:
1818

1919
Liveness probes determine when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress.
2020

21-
If a Pod fails health-checks continuously, the Kubernetes terminates the Pod and starts a new one.
21+
If a container fails its liveness probe repeatedly, the kubelet restarts the container.
2222

2323
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.
2424

0 commit comments

Comments
 (0)