Skip to content
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

[Bug]: Mergable Ingreseses - Minion Ingress shows incorrect port. #6754

Open
jo-carter opened this issue Nov 5, 2024 · 3 comments
Open

[Bug]: Mergable Ingreseses - Minion Ingress shows incorrect port. #6754

jo-carter opened this issue Nov 5, 2024 · 3 comments
Labels
bug An issue reporting a potential bug needs triage An issue that needs to be triaged

Comments

@jo-carter
Copy link
Contributor

jo-carter commented Nov 5, 2024

Version

3.5.2

What Kubernetes platforms are you running on?

Other

Steps to reproduce

Kubectl get ingress <ingress> output for Minion Ingresses shows an incorrect port value (80 only), when TLS enabled in the Master. The Master ingress shows the correct ports value 80, 443.

This can be reproduced using the Mergeable Ingresses example.

@jo-carter jo-carter added bug An issue reporting a potential bug needs triage An issue that needs to be triaged labels Nov 5, 2024
Copy link

github-actions bot commented Nov 5, 2024

Hi @jo-carter thanks for reporting!

Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂

Cheers!

@j1m-ryan
Copy link
Member

Hi @jo-carter, thanks for reporting. We've replicated this and will look into to it further.
With the mergeable ingress example we get this currently

NAME                         CLASS   HOSTS              ADDRESS   PORTS     AGE
cafe-ingress-coffee-minion   nginx   cafe.example.com             80        32s
cafe-ingress-master          nginx   cafe.example.com             80, 443   32s
cafe-ingress-tea-minion      nginx   cafe.example.com             80        32

@j1m-ryan
Copy link
Member

It's not ideal but I don't think we can affect this programmatically. For printing ingresses, Kubernetes looks at the ingress spec.
If you add a TLS section to a minion, it will show up here, but will not make any difference in NIC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue reporting a potential bug needs triage An issue that needs to be triaged
Projects
Status: Todo ☑
Development

No branches or pull requests

2 participants