Commit fa38442
BUG/MINOR: avoid hard restarts when the number of endpoints reaches zero
If the number of endpoints of a service reaches zero the haproxy does
a forced restart. this scenario happens, for example, during a deploy/rollout
of a workload with `replicas: 1` or if the rolling strategy of the workload has
`maxUnavailable: 100%`.1 parent 68f3ca0 commit fa38442
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments