I'm trying traefik on swarm and all works well, except one case, workers isolated
Traefik and services are deployed on all my nodes (managers + workers) and I'm using docker-socket-proxy on manager to check the socket docker
Unfortunately when a worker is isolated , traefik returns "bad gateway" randomly, I guess it tries to access to the service on manager and right after locally
So my question is, there is a way on workers to "remove" the unreachable distant service ?
To be more clear
If I have a manager with an http website and a worker with exactly the same website balanced by traefik on each ( and round robin DNS) I can do something if my manager is down ?
It's too bad, because in this case it almost working, traefik redirects to local and another workers/managers, so from users point of view, it works, don't works, works, etc, in short it works randomly