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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user