Docker Swarm Setup Issue: memberlist: Was able to connect to 002.prod.if-0a35b2d92350 but other probes failed, network may be misconfigured #12471
Unanswered
anantanandgupta
asked this question in
Help
Replies: 2 comments 4 replies
-
Are you running these nodes in VMware? This seems like an overlay network issue as your agents can't communicate with each other. please check our FAQ around this - https://portal.portainer.io/knowledge/known-issues-with-vmware. Another test is to deploy a service like busy box on each node using that network and test they can reach each other, we see overlay issues a fair bit as this is a common issue with Swarm not Portainer itself. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ask a Question!
Reposting this issue here as i had already opened under portainer/agent portainer/agent#729
Hi i am not able to setup the agents to communicate with each other in s multi node Swarm. i have spent almost 3 days in trying to troubleshoot the issue but not able to figure out the reason and gone through almost all the forums and blogs and issue tracker.
Here the setup detail:
Servers:
Operating System:
Kernel Version:
Nodes:
Docker Version:
other docker relevant packages:
Agent Version:
created an overlay network as
output of
docker inspect proxy-network
:compose file for the agent deployment:
output of
docker stack ps if-portainer-agent
:output of
docker ps
on 001.prod.if:output of
docker logs d84eeec985ac
:here is the output of
ip a
from 2 of the nodes just for the sake of MTU related diagnostics:from
001.prod.if
:from
002.prod.if
:please help me ... this my production environment and it is down from 3 days because of portainer. the only way forward, I believe is to mange the stacks using the CLI and go without portainer
Beta Was this translation helpful? Give feedback.
All reactions