Commit 4ce7877
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 a1857e3 commit 4ce7877
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments