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

Missing ingress.class annotation ? #49

Closed
renaudguerin opened this issue Sep 19, 2016 · 1 comment
Closed

Missing ingress.class annotation ? #49

renaudguerin opened this issue Sep 19, 2016 · 1 comment

Comments

@renaudguerin
Copy link

Hi,

I've tried running the examples in a Kubernetes cluster on GKE, and it looks the nginx controller isn't claiming the ingress object, instead the built-in GCE Ingress is.

The problem might be that there's no "kubernetes.io/ingress.class" annotation provided in the examples ? What's the correct value to use for this controller ?

@pleshakov
Copy link
Contributor

Hi, currently the NGINX controller claims all Ingress resources, regardless of the value of the kubernetes.io/ingress.class annotation. It should've claimed your Ingress resources.

We will add support for the kubernetes.io/ingress.class annotation to be consistent with other Ingress controllers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants