-
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 still doesn't respect kubernetes.io/ingress.class #412
Comments
What is the annotation you have in your Ingress resource? |
I have tried this where I want it to be picked up;
but my jenkins has this;
... and should not be picked up |
I had similar issue trying to deploy 2 NGINX Ingress Controllers with different classes. Sadly currently don't have time to reproduce and write full bug report. |
@goddva I can reproduce this issue. Fix will be included in tomorrow release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Created image from master, deployed. After deploy I get into a race between gce and nginx-controller both trying to update the ingresses.
When I added a debug line in updateStatus, and logged the result of
ing.GetAnnotations()["kubernetes.io/ingress.class"]
, is see that its updating an ingress with wrong ingress.class.The text was updated successfully, but these errors were encountered: