-
Notifications
You must be signed in to change notification settings - Fork 331
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
drop special logic when handling kubelet probe header for istio mTLS #2997
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2997 +/- ##
==========================================
- Coverage 78.70% 78.70% -0.01%
==========================================
Files 188 188
Lines 11051 11050 -1
==========================================
- Hits 8698 8697 -1
Misses 2090 2090
Partials 263 263 ☔ View full report in Codecov by Sentry. |
This is a breaking change and not something we want. The serving issue is about removing the bit of code where we set the header on the deployment readiness/liveness etc. The kubelet that does the proxying still adds this user agent so we still need to handle them accordingly. |
Circling back - I misread the PR (early morning reviews are bad for me) The changes in the PR are good but I think we should merge them after the deployment changes have been around for a release. So this should land for 1.15 See details here: knative/networking#950 (comment) /hold |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, izabelacg 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 |
/retest
|
Changes
Part of knative/serving#14981