-
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
[nginx] Can't use named ports with ingress.kubernetes.io/service-upstream: "true" #1459
Comments
ingress.kubernetes.io/service-upstream: "true"
ping @chrismoos |
@jordanjennings I'll check this out, you might want to use the numerical port number in the ingress resource for now until it gets fixed. |
chrismoos
added a commit
to chrismoos/ingress
that referenced
this issue
Oct 26, 2017
aledbf
added a commit
that referenced
this issue
Oct 26, 2017
Add support for named ports with service-upstream. #1459
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using the new annotation
ingress.kubernetes.io/service-upstream: "true"
and see that when I try to combine that with a named port in an ingress rule the ingress controller errors out with a message in the logs like:I'm using an ingress rule like this:
This is with
gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.13
and Kubernetes 1.7.3.The text was updated successfully, but these errors were encountered: