-
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
[TEST-ONLY] [WIP] debug kourier tls runtime failure #15695
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: skonto 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 #15695 +/- ##
==========================================
+ Coverage 80.78% 80.82% +0.04%
==========================================
Files 222 222
Lines 18025 18027 +2
==========================================
+ Hits 14561 14570 +9
+ Misses 3092 3086 -6
+ Partials 372 371 -1 ☔ View full report in Codecov by Sentry. |
/retest |
So far: Activator:
Kourier gateway:
It seems certs are loaded and everything is up, including the targeted pod. Ingress probing works but when activator sends the request to the ksvc private service (10.96.177.28:8112) it fails. Something is off with the tls port or the TLS handshake because I dont see any logs at the QP side when presenting the certificate at the server side. So the connection proxied from the activator times out earlier with 502. Btw it never recovers as I a run a second request that fails as well. |
0bde77d
to
802b26b
Compare
Not reproducible any more 🤔 |
26fd914
to
d7f3968
Compare
I am seeing this in cert manager's webhook log
|
@skonto: The following tests 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. |
Fixes #
Proposed Changes
Release Note