I have installed HAProxy-Ingress into my Kubernetes, I keep getting error 404 when trying to resolve paths,
the reason is certainly this error, logged in the controller :
2022/11/22 23:49:18 INFO controller.go:165 HAProxy reloaded
[NOTICE] (275) : haproxy version is 2.6.6-274d1a4
[WARNING] (275) : config : config: Can't get version of the global server state file '/var/state/haproxy/global'.
[WARNING] (345) : Proxy healthz stopped (cumulated conns: FE: 8, BE: 0).
[WARNING] (345) : Proxy http stopped (cumulated conns: FE: 0, BE: 0).
[WARNING] (345) : Proxy https stopped (cumulated conns: FE: 0, BE: 0).
[WARNING] (345) : Proxy stats stopped (cumulated conns: FE: 0, BE: 0).
[NOTICE] (275) : New worker (356) forked
[NOTICE] (275) : Loading success.
[NOTICE] (275) : haproxy version is 2.6.6-274d1a4
[WARNING] (275) : Former worker (345) exited with code 0 (Exit)
I tried copy/pasting the file from docker zone into /var/state/haproxy/ but this doesn't help...