-
Notifications
You must be signed in to change notification settings - Fork 437
Support ServiceImport AppProtocol parsing #5687
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
Signed-off-by: Teju Nareddy <[email protected]>
Signed-off-by: Teju Nareddy <[email protected]>
Signed-off-by: Teju Nareddy <[email protected]>
Signed-off-by: Teju Nareddy <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5687 +/- ##
==========================================
+ Coverage 65.27% 65.31% +0.04%
==========================================
Files 213 213
Lines 34108 34111 +3
==========================================
+ Hits 22263 22281 +18
+ Misses 10503 10492 -11
+ Partials 1342 1338 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cc @muwaqar |
Signed-off-by: Teju Nareddy <[email protected]>
/retest |
retest |
Signed-off-by: Teju Nareddy <[email protected]>
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.
LGTM thanks !
Problem
ServiceImport
appProtocol
is currently not honored.Solution
This PR add support for the user to specify
appProtocol = kubernetes.io/h2c
to configure xDS in H2 mode.As discussed in #5485 (comment), we will not support the legacy
grpc
value. Onlykubernetes.io/h2c
is supported forServiceImport
.No changes are made to pre-existing behavior for
Service
appProtocol
parsing.Additional Info
Fixes #5485
Release Notes: Yes