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
FATA failed to initialize swarm: Error response from daemon: advertise address must be a non-zero IP address or network interface (with optional port number)
#74
Open
tuvshinot opened this issue
Apr 14, 2021
· 3 comments
Failing to initialize swarm. no way to set advertise address when initializing swarm. NOTE : above spec from mirantis doc and changed values for my nodes.
The text was updated successfully, but these errors were encountered:
Checking the logs, i was able to identify the following: executing docker swarm init --advertise-addr=2600:6c58:6400:347f:a00:27ff:fe34:a3d4:2377 "
Solution: Disable IPv6
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
Failing to initialize swarm. no way to set advertise address when initializing swarm.
NOTE : above spec from mirantis doc and changed values for my nodes.
The text was updated successfully, but these errors were encountered: