Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swarm node Status down, but node should be Ready

I am trying to run a service on a swarm composed of three Raspberry PIs.
I have one manager and two worker nodes.

The problem is that sometimes the status of the worker nodes is "Down" even if the nodes are correctly switched on and connected to the network.

I just started using Docker so I might be doing something wrong, but everything seems to be correctly set.
How would you avoid that "Down" status?

like image 588
Giada Confortola Avatar asked Jun 05 '17 05:06

Giada Confortola


1 Answers

It can depend on your exact version of docker, but your issue was seen in this thread

A possible workaround was to do a docker ps, which seems to helped nodes to join the swarm.

like image 119
VonC Avatar answered Sep 28 '22 01:09

VonC