* fix for issue #16629 this is a fix for issue #16629 . * Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md Co-Authored-By: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
54d222f75c
commit
a6c0b0c698
+1
-1
@@ -323,7 +323,7 @@ you can use to more precisely control the behavior of liveness and readiness
|
|||||||
checks:
|
checks:
|
||||||
|
|
||||||
* `initialDelaySeconds`: Number of seconds after the container has started
|
* `initialDelaySeconds`: Number of seconds after the container has started
|
||||||
before liveness or readiness probes are initiated.
|
before liveness or readiness probes are initiated. Defaults to 0 seconds. Minimum value is 0.
|
||||||
* `periodSeconds`: How often (in seconds) to perform the probe. Default to 10
|
* `periodSeconds`: How often (in seconds) to perform the probe. Default to 10
|
||||||
seconds. Minimum value is 1.
|
seconds. Minimum value is 1.
|
||||||
* `timeoutSeconds`: Number of seconds after which the probe times out. Defaults
|
* `timeoutSeconds`: Number of seconds after which the probe times out. Defaults
|
||||||
|
|||||||
Reference in New Issue
Block a user