Update liveness-readiness-startup-probes.md

pull/47672/head
SLahiruC | Lahiru Chandima 2024-08-26 00:01:25 +05:30 committed by GitHub
parent c5f09326a0
commit 68d2de72bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 livenss and readiness probes, which are run periodically.
This type of probe is only executed at startup, unlike liveness 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).