-
Notifications
You must be signed in to change notification settings - Fork 8.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
Duplicate port definition in nlb-with-tls-termination/deploy.yaml ? #12163
Comments
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-sigs/prow repository. |
Where are you terminating TLS ? |
And no,its not a bug. There will be more to understand depending on where you are terminating TLS |
/kind support |
At the NLB, hence using |
OK, I was surprised when the output of applying that manifest via kubectl contained a warning about it. I don't understand that it means for the |
Ah ok, idea is to send plaintext to controller as TLS terminated on NLB
…On Sat, 12 Oct, 2024, 14:18 Robert Elliot, ***@***.***> wrote:
And no,its not a bug.
There will be more to understand depending on where you are terminating TLS
OK, I was surprised when the output of applying that manifest via kubectl
contained a warning about it.
I don't understand that it means for the specs.containers.ports array to
contain the same containerPort twice with different names.
—
Reply to this email directly, view it on GitHub
<#12163 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGZVWSWUYUYQ2HSMDANVNTZ3DO7FAVCNFSM6AAAAABPZGPUKSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYGQ3DENRSGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Basically this should not be a bug, if you're working with named ports everywhere and therefore want to abstract the real port number from the rest of your implementation. I assume that Kubernetes at some point started complaining about this even though there might be real use cases for it. So in the end it might be worth taking a look into the chart implementation and find a way to only have the port listed once in such cases, especially because it's port 80 being named |
/close Closing this issue as there is no action item on the project. If a action is determined, then please reopen the ticket and link the PR |
@longwuyuan: Closing this issue. 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. |
My k8s isn't very strong, is it a bug that there are two port 80s here? We get a duplicate port definition warning applying this manifest.
ingress-nginx/deploy/static/provider/aws/nlb-with-tls-termination/deploy.yaml
Lines 479 to 484 in 05eda3d
The text was updated successfully, but these errors were encountered: