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 <tengqm@outlook.com> --------- Co-authored-by: Qiming Teng <tengqm@outlook.com>pull/47671/head
parent
5f6a0eb0ec
commit
d3585a204f
|
@ -40,6 +40,6 @@ A startup probe verifies whether the application within a container is started.
|
|||
|
||||
If such a probe is configured, it disables liveness and readiness checks until it succeeds.
|
||||
|
||||
This type of probe is only executed at startup, unlike readiness probes, which are run periodically.
|
||||
This type of probe is only executed at startup, unlike livenss and readiness probes, which are run periodically.
|
||||
|
||||
* Read more about the [Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes).
|
||||
* Read more about the [Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes).
|
||||
|
|
Loading…
Reference in New Issue