-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Chart: Implement HTTP2 appProtocol
.
#10171
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
✅ Deploy Preview for kubernetes-ingress-nginx canceled.
|
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The 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/test-infra repository. |
Hi @j-cavoizy. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: j-cavoizy The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
PR needs rebase. 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/test-infra repository. |
Need to fix the merge conflict and sign the CLA |
Could you please also implement this on the internal service and rebase your PR? Thank you! Also I'm not sure if the change in the magefiles is required. /hold |
/assign |
/retitle Chart: Implement HTTP2 Could you please elaborate on why you're fronting Ingress NGINX by Gateway API? To me they are both L7 solutions and HTTP controllers, so it feels like "putting one HTTP server in front of the other" instead of putting your actual workload directly behind Gateway API without Ingress NGINX in between. There's already another PR about that use case. Maybe you can explain your use case to us. Apart from that I'd rather appreciate having the |
appProtocol
.
Add feature to enable HTTP2 appProtocol in service (useful in GKE)
What this PR does / why we need it:
We use nginx ingress controller as the backend of a gateway api resource in GKE and HTTP2 is a must have between the GCP Load Balancing and nginx ingress controller
Change is required because Nginx ingress controller helm chart doesn't have a flag that put HTTP2 in appProtocol in nginx ingress controller service.
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Checklist: