-
Notifications
You must be signed in to change notification settings - Fork 304
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
GLBC ingress: only handle annotated ingress #20
Comments
From @bprashanth on December 16, 2016 0:45 such an annotation already exists ("kubernetes.io/ingress.class"), or maybe I'm confused? |
From @tamalsaha on December 16, 2016 8:7 @bprashanth , thanks for the link. I somehow missed the documentation on |
From @bprashanth on December 16, 2016 17:38 Yeah that makes sense, I'm guessing you mean --ingress-class=gce only handles ingresses with |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
From @tamalsaha on December 14, 2016 21:49
Hi,
We are running a HAProxy based ingress in our clusters. But for a few service, we would like to run GLBC ingress. I did not see any way to tell ingress controllers, which Ingress resource they can handle. Can Ingress controllers can only handle ingress that has a specific annotation applied to it (similar to how schedulers do it):
"ingress.alpha.kubernetes.io/controller": glbc
Here is a way I could see being implemented. Glbc controller adds a new flag --ingress-controller.
If --ingress-controller flag value is empty, then glbc should handle any Ingress that has no annotation "ingress.alpha.kubernetes.io/controller" or annotation set to "" string.
If --ingress-controller flag is not empty, then only handle Ingress that has
"ingress.alpha.kubernetes.io/controller" : "".
Thanks.
Copied from original issue: kubernetes/ingress-nginx#59
The text was updated successfully, but these errors were encountered: