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
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.
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:
The nginx-ingress used is
gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.3
The text was updated successfully, but these errors were encountered: