You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: