Using 18.09.1 on Red Hat.
When I run
docker swarm join --token
I get
Error response from daemon: Timeout was reached before node joined. The attempt to join the swarm will continue in the background. Use the “docker info” command to see the current swarm status of your node.
When I run
docker info
I get
Error: manager stopped: can’t initialize raft node: rpc error: code = DeadlineExceeded desc = context deadline exceeded
Has anyone else had a problem?
I have even added them as workers and they add no problem, but when i promote the worker to manager it errors out.