-
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 doesn't respect kubernetes.io/ingress.class #282
Comments
Take a look on #272 |
pull request #283 can help you |
@r0bj fix merged in master. |
Greetings, just want to know if this is fixed in GCE? I am hitting the same problem now..
and it goes on... no special configurations, same yaml files from examples.. used the same configurations to our dev and prod clusters, but in our other specific staging cluster, this problem occurs our version
|
@Hokutosei please run the controller adding the flag |
I'm running the latest branch and got the same error. In my case I have 2 ingress for the same domain in different classes (one with ssl and the other without ssl). Looks like both controllers are getting all the ingress. I already figured out the issue, so I'm working to fix this issue. LogMy nginx keeps reloading, always showing the certificate lines as a diff.
|
@aledbf thanks for the response. I cut the other logs, because it's just plain http requests logs.
here is my controller
configmaps
is there anything I've missed? |
@Hokutosei what does this have to do with ingress classes? I think you're in the wrong issue. |
@pieterlange sorry! I thought this was related to this #63 and I thought it was also the recent one from that issue.. sorry. |
nginx-ingress-controller: 0.9.0-beta.1
kubernetes: 1.5.3
OS: ubuntu 14.04
My nginx-ingress-controller definition:
Service definition:
Running config:
Notice that there is ingress annotation
kubernetes.io/ingress.class: "traefik"
.Unfortunately
nginx-ingress-controller
configure above service instead of skip it:nginx running setup:
So instead of ignore ingress with
kubernetes.io/ingress.class: "traefik"
nginx-ingress-controller processed it and configure.The text was updated successfully, but these errors were encountered: