-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong explanation of initialDelaySeconds in configuring Probes #48519
Comments
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@qiyueyao The link of "Code Reference" seems wrong. To clarify a bit the observation that "the first probe happens around initialDelaySeconds+periodSeconds": the probe doesn't wait for |
Thanks this explains better, I have updated code reference. |
This is a Bug Report
Problem: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes mentioned If the value of
periodSeconds
is greater thaninitialDelaySeconds
then theinitialDelaySeconds
will be ignored. However, in fact,initialDelaySeconds
will not be ignored. Code ReferenceProposed Solution:
Remove this sentence, or modify the explanation to the correct one.
Page to Update:
https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
Additional Information:
Affecting all /language.
The text was updated successfully, but these errors were encountered: