From 6ce3ddd73df5907afe4b7174076655ee97ffaaa8 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Wed, 14 Apr 2021 16:38:25 -0400 Subject: [PATCH] Removes timeoutSeconds note --- modules/application-health-about.adoc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/application-health-about.adoc b/modules/application-health-about.adoc index 79cd5b16d7..acfcae723e 100644 --- a/modules/application-health-about.adoc +++ b/modules/application-health-about.adoc @@ -58,14 +58,6 @@ You can configure several fields to control the behavior of a probe: ** for a liveness probe, the container is restarted ** for a readiness probe, the pod is marked `Unready` ** for a startup probe, the container is killed and is subject to the pod's `restartPolicy` -+ -[NOTE] -==== -The `timeoutSeconds` parameter has no effect on the readiness and liveness -probes for container command probes, as {product-title} cannot time out on an exec call into -the container. One way to implement a timeout in a container command probe is by using the `exec-timeout` command to run your -liveness or readiness probes, as shown in the examples. -==== [discrete] [id="application-health-examples"]