Commit 7fe7393
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.1 parent c9da575 commit 7fe7393
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
0 commit comments