The only relevant log I could find on docker was Jan 17 20:37:33 scw-f118f1 dockerd[3495]: time=“2018-01-17T20:37:33.047047682Z” level=error msg=“Failed to deserialize netlink ndmsg: Link not found"
Steps to reproduce:
- init a swarm
- join on scaleway node
- deploy something like docker service create
--name my-web
--publish published=8080,target=80
--replicas 1
nginx
- try to curl from a scaleway host which doesn’t have a copy of the service running
- curl will hang there, then say it has timed out