Commit d6e7b6b
committed
BUG/MINOR: EndpointSlices: ignore non ready endpoints
A possible option would be to let controller configure haproxy with non
ready endpoints/servers and rely on haproxy not to use them via haproxy
health checks.
However they will still be used during the time that takes haproxy to
detect unhealthy servers (this time depends on haproxy health check
configuration).
Thus it is more accurate to only receive ready endpoints from
kubernetes.1 parent 051a639 commit d6e7b6b
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
264 | 267 | | |
265 | 268 | | |
266 | 269 | | |
| |||
285 | 288 | | |
286 | 289 | | |
287 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
288 | 294 | | |
289 | 295 | | |
290 | 296 | | |
| |||
0 commit comments