Skip to content

Commit 57ad2f9

Browse files
author
AmarNathChary
committed
Updated_the_warning_in_readiness_probes
1 parent 1f306bc commit 57ad2f9

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-
The readiness probe and the liveness probe do not have dependencies on each other to succeed.
362-
If you want to wait before executing a "readiness" probe, you should use
361+
The readiness and liveness probes do not depend on each other 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)