Skip to content

Docker swarm mesh networking not working #372

@yangm97

Description

@yangm97

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions