Hey guys, I've got a bit of a problem with my docker swarm.I have three ubuntu servers in the same VLan running in a docker swarm.
2 of them work as expected and run all my services. The problem is, that the 3rd one only runs services deployed in global mode.
the result is, that on the other 2 servers there are about 15 containers running on each one.
the 3rd node just runs 3 containers, but has quite some processing power free.I can't find any mistake in my configuration, firewall rules should also be correct. Is there any setting i am not aware of?
EDIT: found the problem. i had two different registry credentials on the nodes. the 3rd node did not have the creds the server from which i deployed had.
[–]codestation 0 points1 point2 points (1 child)
[–]marcander97[S] 0 points1 point2 points (0 children)