Docker swarm doesnt connect to worker nodes after reboot
Hi, i'm running dokploy on a raspberry pi swarm with 3 nodes. After a power failure, my manager says the workers are donw but they are not.
2 Replies
Probably related https://stackoverflow.com/questions/54060973/docker-worker-is-freed-from-the-load-after-reboot
Stack Overflow
Docker worker is freed from the load after reboot
I have a docker swarm consisting of one manager and one worker.
When I created a service with 4 replicas, I got two containers on each node (2 on the manager and 2 on the worker node).
I restarte...
Looks like you need at least 3 manager to handle the race condition