Question
Problem adding a worker to the swarm
I have 2 nodes, node1 and node2. No firewall.
NODE1
CMD0 - docker swarm init –advertise–addr ip_node1
NODE2
CMD1 - docker swarm join–token SWMTKN… ip_node1:2377
“Error response from daemon: Timeout was reached before node joined. The attempt to join the swarm will continue in the background. Use the "docker info” command to see the current swarm status of your node.“
CMD2 - docker info
"Swarm: error
NodeID:
Error: rpc error: code = DeadlineExceeded desc = context deadline exceeded
Is Manager: false
Node Address: 111.11.111.11”“
In /var/log/syslog
msg="failed to retrieve remote root CA certificate”
I made
etc/systemd/system/docker.service.d/http-proxy.conf
CMD3 - systemctl show –property=Environment docker
“Environment=NOPROXY=localhost,127.0.0.1,ipnode1!
I tryed CMD1 and it gave me the same error,could someone please tell me what I am doing wrong?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×