-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Chart: Configure appProtocol
case.
#10214
base: main
Are you sure you want to change the base?
Conversation
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. |
✅ Deploy Preview for kubernetes-ingress-nginx canceled.
|
Welcome @hau21um! |
Hi @hau21um. 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: hau21um 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 |
|
values.yaml - adding default as lowercase value for appProtocol http/https
This is stale, but we won't close it automatically, just bare in mind the maintainers may be busy with other tasks and will reach your issue ASAP. If you have any question or request to prioritize this, please reach |
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. |
I did not review the functional changes, yet. But please do not bump the version in the |
The This bot removes
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /remove-lifecycle frozen |
/assign |
/retitle Chart: Configure |
appProtocol
case.
While thinking about that, I'd rather make the appProtocol configurable on a port basis and default to |
By the way, I don't want to be petty, but the docs are kind of clear on that: https://kubernetes.io/docs/concepts/services-networking/service/#application-protocol
The IANA standard service names list HTTP and HTTPS as |
Can you please elaborate on how you want to implement Gateway API using Ingress NGINX? From how I understand the docs, the Gateway API controller already is an implementation of the Gateway API which comes with all the L7 features. So it's "on the same level" as Ingress NGINX and I don't understand why you want to front Ingress NGINX by a Gateway API Controller. Shouldn't you front your services by the GKE Gateway API Controller directly? |
|
Yes, I got you don't want to implement Gateway API using Ingress NGINX and are simple backing your Gateway API implementation by Ingress NGINX (so Ingress API) for at least one use case. That's what surprised me... but as long as we make the actual The |
I will finish my work on the chart CI and propose a PR for this asap. |
What this PR does / why we need it:
-- https://codeengineered.com/blog/2022/helm-kubeversion-gke/
-- Capabilities.KubeVersion -> string comparison instead of semver helm/helm#3801
With this change you can optionally switch the values to uppercase.
If no changes in value file, then will chart will be rendered with lowercase as before.
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Checklist: