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
Based on log observation, I believe we are not respecting the ingress lock today. As seen below.
Failed to update lock: Operation cannot be fulfilled on configmaps "ingress-controller-leader-alb": the object has been modified; please apply your changes to the latest version and try again
We should look into this and make sure we're not letting a second deployment of the controller stomp over another.
The text was updated successfully, but these errors were encountered:
- Due to issue acquiring lock with multiple controller, we need to
update the ingress library. With this upgrade comes a new interface
method GetEndpoints(). Since we do not utilize a default endpoint, it
just returns an empty Endpoint struct.
- Resolves#203
Based on log observation, I believe we are not respecting the ingress lock today. As seen below.
We should look into this and make sure we're not letting a second deployment of the controller stomp over another.
The text was updated successfully, but these errors were encountered: