-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to debug flannel issues across nodes? #370
Comments
@stevef1uk Are you using default (udp) backend or did you specify another one such as |
Simply tried udp. I didn't try that ping test. |
OK, I have recreated my environment. Node 2: From Node 1 ping test (hopefully to the right thing?): From Node 2 ping test: Is this so far so good? |
Then on Node 1: root@rpi2fr: root@rpi2fr:~# route On node 2: steve@mark-mint ~ $ ps ax | grep docker mark-mint ~ # route On node 1: On Node 2: So it now works! I must have messed up one of the manual steps previously, probably on starting docker! |
Hi,
I have followed the documentation and have been trying to get flannel to work using etcd and docker (1.9) on physical linux machines (RPi2s) so that I can get containers created on each node to communicate. I have got each node's set-up working fine, but the containers on each can't ping each other. I can't see anything obvious in ipchains that would stop this but I could do with some advice on how to diagnose my issue(s) as I am not a networking guru.
I have manage to get docker vanilla docker swarm to work between the nodes, but by default containers created on each node can't ping each other. I then tried the docker overlay network and that worked fine on each node with containers able to ping each other, but again didn't give me visibility across nodes.
I would really like to be able to use swarm with flannel as the overlay network as my end-state, but I am stuck at step one so any advice welcome.
Regards
Steve
The text was updated successfully, but these errors were encountered: