You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not able to deploy this infrastructure
"sudo docker swarm join --token $(cat /home/ubuntu/token) ${aws_instance.master.private_ip}:2377" this line is not passing while we place it in remote exec
getting this error
Error response from daemon: rpc error: code = Unavailable desc = all SubConns are in TransientFailure,
latest connection error: connection error:
desc = "transport: Error while dialing dial tcp private ip:2377: connect: connection refused"
The text was updated successfully, but these errors were encountered:
not able to deploy this infrastructure$(cat /home/ubuntu/token) $ {aws_instance.master.private_ip}:2377" this line is not passing while we place it in remote exec
"sudo docker swarm join --token
getting this error
Error response from daemon: rpc error: code = Unavailable desc = all SubConns are in TransientFailure,
latest connection error: connection error:
desc = "transport: Error while dialing dial tcp private ip:2377: connect: connection refused"
The text was updated successfully, but these errors were encountered: