Skip to content

Commit 1f306bc

Browse files
author
AmarNathChary
committed
updated warning in readiness probes
1 parent 822b15d commit 1f306bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

360360
{{< caution >}}
361-
The readiness probe does not wait for the liveness probe to succeed.
361+
The readiness probe and the liveness probe do not have dependencies on each other to succeed.
362362
If you want to wait before executing a "readiness" probe, you should use
363363
`initialDelaySeconds` or a `startupProbe`.
364364
{{< /caution >}}

0 commit comments

Comments
 (0)