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
BUG/MINOR: Prevent unnecessary reloads when cookie-persistence is enabled
When a Service/Ingress/ConfigMap is configured with the
annotation `cookie-persistence`, the comparison with the
corresponding backend in the HAProxy settings will always fail,
because the `backend.Cookie.Domain` attribute of an initialized
model is a `<nil slice>` and the corresponding value returned by
HAProxy is an empty array.
0 commit comments