-
Notifications
You must be signed in to change notification settings - Fork 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
[Bug]: Mergable Ingreseses - Minion Ingress shows incorrect port. #6754
Comments
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! |
Hi @jo-carter, thanks for reporting. We've replicated this and will look into to it further.
|
It's not ideal but I don't think we can affect this programmatically. For printing ingresses, Kubernetes looks at the ingress spec. |
I see. Maybe instead this should just be noted it in NIC documentation as expected behavior / as a quirk of mergeable ingresses in that case (?).
Thanks for sharing - this is a good workaround for cases where the user must have accurate port values with mergeable ingress, perhaps for some sort of external tooling that uses these port values - maybe it should also be noted in documentation (?). |
@j1m-ryan Actually on further inspection the minion is rejected if you attempt to add an entry to spec.tls.hosts, so this workaround cannot be used.
|
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 value80, 443
.This can be reproduced using the Mergeable Ingresses example.
The text was updated successfully, but these errors were encountered: