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

Deleting Ingress controller pod causes all ingress statuses to be wiped #533

Closed
egeland opened this issue Mar 31, 2017 · 1 comment · Fixed by #579
Closed

Deleting Ingress controller pod causes all ingress statuses to be wiped #533

egeland opened this issue Mar 31, 2017 · 1 comment · Fixed by #579

Comments

@egeland
Copy link
Contributor

egeland commented Mar 31, 2017

Setup:
Two Ingress (nginx) controller pods
Several Ingresses

Observed:
When deleting one of the two pods (the one that's holding the lock, according to the logs), all ingresses lose their loadbalancer entries, causing complete outages for everything associated.

Expected:
When deleting the lock-holder, the other pod should acquire the lock. No ingresses should lose loadbalancer entries.

Versions:

Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.0", GitCommit:"fff5156092b56e6bd60fff75aad4dc9de6b6ef37", GitTreeState:"clean", BuildDate:"2017-03-28T19:15:41Z", GoVersion:"go1.8", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.4", GitCommit:"7243c69eb523aa4377bce883e7c0dd76b84709a1", GitTreeState:"clean", BuildDate:"2017-03-07T23:34:32Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"linux/amd64"}

The nginx-ingress used is gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.3

@aledbf
Copy link
Member

aledbf commented Apr 9, 2017

@egeland please check if the image quay.io/aledbf/nginx-ingress-controller:0.86 solves this issue

Edit: the issue is related to the number of replicas that are running (more than one can be running in the same node)

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

Successfully merging a pull request may close this issue.

2 participants