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"]