-
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
Add contour-tls to test matrix #15395
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ReToCode 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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15395 +/- ##
==========================================
- Coverage 84.58% 84.57% -0.01%
==========================================
Files 219 219
Lines 13587 13587
==========================================
- Hits 11492 11491 -1
- Misses 1726 1728 +2
+ Partials 369 368 -1 ☔ View full report in Codecov by Sentry. |
|
@ReToCode: The following test failed, say
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. I understand the commands that are listed here. |
Yeah it's a known issue - knative-extensions/net-contour#862 Let me take a look at it |
Curious how does kourier get around this problem? |
Hm good point, I think we "cheat" in that case: https://github.com/knative-extensions/net-kourier/blob/main/pkg/generator/ingress_translator.go#L216. The connection from envoy to itself is actually not encrypted. |
I'm going to close this out and revisit this when we have a fix in place |
Proposed Changes
/hold will need rebase after #15394