Skip to content

Commit 5cade11

Browse files
authored
Merge pull request #47727 from mochizuki875/add_readinessprobe_manual_run
Add statement regarding ReadinessProbe manual run
2 parents 1e03e91 + 2bd0f1e commit 5cade11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ liveness and readiness checks:
399399
ignored. Defaults to 0 seconds. Minimum value is 0.
400400
* `periodSeconds`: How often (in seconds) to perform the probe. Default to 10 seconds.
401401
The minimum value is 1.
402+
While a container is not Ready, the `ReadinessProbe` may be executed at times other than
403+
the configured `periodSeconds` interval. This is to make the Pod ready faster.
402404
* `timeoutSeconds`: Number of seconds after which the probe times out.
403405
Defaults to 1 second. Minimum value is 1.
404406
* `successThreshold`: Minimum consecutive successes for the probe to be considered successful

0 commit comments

Comments
 (0)