I do the official tutorial (get-started/part4/) and when I launch : sudo docker stack deploy -c docker-compose.yml getstartedlab it works only docker 1 and 2 work.
For docker 3 and 4, i’ve this error : “Failed to find a load balance…”
ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS
tvjq7v7frxg0m6ms1wuqukfc1 * docker1 Ready Active Leader
3za83bc2upntvgcz4yhqsnwj3 docker2 Ready Active
uj3g07ehlh68l1jxcbomsn4yp docker3 Ready Active
dojmphvyf2vsxuhmthf8q10b5 docker4 Ready Active
Indeed, the versions were different. Docker 1 and 2 are in 17.09 and Docker 3 and 4 are in 17.12.
I updated the versions on docker 1 and 2 and it works now.
Thank you very much for your help.