Add a statement regarding ReadinessProbe manual run

pull/47727/head
mochizuki875 2024-08-30 04:40:10 +00:00
parent 1c5221a299
commit 2bd0f1e1af
1 changed files with 2 additions and 0 deletions

View File

@ -399,6 +399,8 @@ liveness and readiness checks:
ignored. Defaults to 0 seconds. Minimum value is 0.
* `periodSeconds`: How often (in seconds) to perform the probe. Default to 10 seconds.
The minimum value is 1.
While a container is not Ready, the `ReadinessProbe` may be executed at times other than
the configured `periodSeconds` interval. This is to make the Pod ready faster.
* `timeoutSeconds`: Number of seconds after which the probe times out.
Defaults to 1 second. Minimum value is 1.
* `successThreshold`: Minimum consecutive successes for the probe to be considered successful