Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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%`.
- Loading branch information