Skip to content

Commit d3585a2

Browse files
slahirucd7tengqm
andauthored
Update liveness-readiness-startup-probes.md (#47657)
* Update liveness-readiness-startup-probes.md * Update content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md Co-authored-by: Qiming Teng <[email protected]> --------- Co-authored-by: Qiming Teng <[email protected]>
1 parent 5f6a0eb commit d3585a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ A startup probe verifies whether the application within a container is started.
4040

4141
If such a probe is configured, it disables liveness and readiness checks until it succeeds.
4242

43-
This type of probe is only executed at startup, unlike readiness probes, which are run periodically.
43+
This type of probe is only executed at startup, unlike livenss and readiness probes, which are run periodically.
4444

45-
* Read more about the [Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes).
45+
* Read more about the [Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes).

0 commit comments

Comments
 (0)