Skip to content

Commit 822b15d

Browse files
author
AmarNathChary
committed
Updated waring in readiness probes
1 parent 5c74474 commit 822b15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ Readiness probes runs on the container during its whole lifecycle.
358358
{{< /note >}}
359359

360360
{{< caution >}}
361-
Liveness probes *do not* wait for readiness probes to succeed.
362-
If you want to wait before executing a liveness probe you should use
361+
The readiness probe does not wait for the liveness probe to succeed.
362+
If you want to wait before executing a "readiness" probe, you should use
363363
`initialDelaySeconds` or a `startupProbe`.
364364
{{< /caution >}}
365365

0 commit comments

Comments
 (0)