1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

Removes timeoutSeconds note

This commit is contained in:
Steven Smith
2021-04-14 16:38:25 -04:00
parent d079cd05e2
commit 6ce3ddd73d

View File

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