-
Notifications
You must be signed in to change notification settings - Fork 269
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
haproxy-ingress locks up attempting leader election #47
Comments
Couldn't reproduce this (yet). How many instances do you have running at the same time? Any other detail of your deployment which worth to mention? |
2 worker nodes, 3 masters built by kops. It MIGHT have been triggered by a lurking nginx-ingress we had (thought we) deleted. We haven't replicated it since actually deleting it. If it survives the night, I think we can close the ticket. |
I have the same messages in log only if I run controller as a DaemonSet. |
we are running as a daemonset... |
And we locked up overnight |
So it seems like Ingress update is required. |
@Scukerman Dumb question: What is the relationship between kubernetes/ingress/haproxy and jcmoraisjr/haproxy-ingress? |
It is the same project (repo is here, docs are there). Check the README.md and you'll see that some of the links point to the Ingress repo docs. Here is a list of available and known Ingress Controllers: nginx and gce controllers are not in the list because they are official. |
I can confirm that kubernetes/ingress-nginx#1338 fixes this issue. |
Sorry the long delay, vacation here. @zapman449 b66c7f9 should fix this. I'll provide a new image in the following days. Let us know if you still have any problem. @Scukerman and @mbreitung thanks for sharing your findings, this way fix HAProxy Ingress is a lot easier. |
@zapman449 please report back - commenting and/or closing the issue - if the problem persists. Fyi the canary tag was just updated with this fix. |
Building from master allowed us to move past this problem. Thank you. |
Out of curiosity, when will a snapshot release be forthcoming? |
@zapman449 |
It does. I missed the shift from snapshot to beta |
haproxy-ingress version haproxy-ingress:v0.4-snapshot.4
Kubernetes version 1.5.5
Works great, other than this lock up. After that happens, no new changes in the cluster get registered.
The text was updated successfully, but these errors were encountered: