Thomas Lynch

Results 3 comments of Thomas Lynch

Thanks Olivier, as requested: haproxy section of dataplaneapi.hcl ``` haproxy { config_file = "/etc/haproxy/haproxy.cfg" haproxy_bin = "/usr/sbin/haproxy" reload { reload_delay = 5 reload_cmd = "service haproxy reload" restart_cmd = "service...

Thanks @mjuraga Here is the output of `show info` in the stats socket while the behaviour is being exhibited: `show info` output ``` Name: HAProxy Version: 2.7.3-1~bpo11+1 Release_date: 2023/02/15 Nbthread:...

My solution was to do what OP is doing, and write an additional service which (as best as possible) tries to keep maps, acls, backends, etc in sync even if...