-
Notifications
You must be signed in to change notification settings - Fork 597
Implementation of GEP-3567 - TLS Updates for Connection Coalescing #3630
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
@robscott: GitHub didn't allow me to request PR reviews from the following users: htuch. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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. |
1eee337
to
03fddca
Compare
/cc |
hey @robscott ive been recommending users to set the ALPN to http/1.1 to workaround this , is this something that should also be added to the API |
Couple of small tweaks that I'd like to see included, but this basically looks good to me. Holding to see if @robscott agrees with the tweaks. /lgtm |
9cab23a
to
c4a02a3
Compare
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.
Thank you @robscott ! Added a couple of minor comments, but overall, LGTM
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.
Looks great, thanks Rob.
I have two comments I would like to see resolved, and then once everyone else's current comments are resolved I think it looks good.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: robscott, rostislavbobo, shaneutt 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 |
c4a02a3
to
398b0e1
Compare
Thanks for all the great feedback everyone! I've resolved all comments, PTAL. Removing the hold so the next LGTM gets this in since I think we have consensus on this approach now. /hold cancel |
/lgtm |
I left one question that I don't think should block this. Thanks for sticking with this, @robscott! 🙂 /lgtm |
/hold |
398b0e1
to
10dadbc
Compare
/hold cancel |
/lgtm Thanks! 🙂 |
…ubernetes-sigs#3630) * Implementation of GEP-3567 - TLS Updates for Connection Coalescing * Responses to PR feedback
…ubernetes-sigs#3630) * Implementation of GEP-3567 - TLS Updates for Connection Coalescing * Responses to PR feedback
What type of PR is this?
/kind feature
What this PR does / why we need it:
This contains the initial implementation of GEP #3567 as an attempt to improve Gateway API's interaction with connection coalescing.
Does this PR introduce a user-facing change?:
/cc @mlavacca @howardjohn @youngnick @arkodg @htuch