-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Drop redundant queue-proxy startup probe #11965
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
Conversation
764f49b
to
292835d
Compare
Codecov Report
@@ Coverage Diff @@
## main #11965 +/- ##
==========================================
- Coverage 87.64% 87.62% -0.03%
==========================================
Files 197 196 -1
Lines 9521 9473 -48
==========================================
- Hits 8345 8301 -44
+ Misses 909 905 -4
Partials 267 267
Continue to review full report at Codecov.
|
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
given this will (I think) make the exec probe unused, do we want to delete those files at the same time?
@julz I think we should at least keep some version of it for a release to avoid weird effects when updating Knative (remember when we renamed the flag to call into the binary?) |
interesting yeah, it feels like it should be impossible since we could only roll the new image on a reconcile where we'd also remove the probe but.. you're very likely right, it's possible for the configmap change with the QP image to roll through before the code is updated. Should we add a todo comment to the files or an issue to remember to clean them up next release then? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a very pleasant amount of red (though will be happy to see some of it reintroduced if/when we fix upstream k8s to make the optimisation work)
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: julz, markusthoemmes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
Fixes #11956
Proposed Changes
The linked issue has all the necessary data and arguing. Current nightly build data
Data of this PR
/hold
For data to come in.
Release Note