-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Lack of documentation on queue-proxy probing #5331
Comments
This issue is stale because it has been open for 90 days with no |
/reopen |
@mbrancato: Reopened this issue. In response to this:
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/test-infra repository. |
/remove-lifecycle stale |
/lifecycle frozen |
Describe the change you'd like to see
Comprehensive documentation on queue-proxy probing controls and behaviors.
Additional context
Readiness probing, and specifically aggressive probing, is part of the queue-proxy sidecar. Some services are slower to start than others, may have backend dependencies such as a database, etc. However, there is really no documentation on how to configure the queue-proxy probing behavior in the documentation.
e.g. As of today there are conflicting notes / comments that seem to describe the same thing about disabling aggressive probing, with opposite instructions in another knative project. One says to set
periodSeconds>0
while the other says to setperiodSeconds=0
to disable aggressive probing.The text was updated successfully, but these errors were encountered: