-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot assign requested address after switching from 3.1.0 to 3.2.0 #8151
Comments
Seeing the same thing |
me too |
Can reproduce with |
heyitsanthony
pushed a commit
to heyitsanthony/etcd
that referenced
this issue
Jul 6, 2017
net.Listener say its address is [::] when given 0.0.0.0, breaking hosts that have ipv6 disabled. Fixes etcd-io#8151 Fixes etcd-io#7961
heyitsanthony
pushed a commit
to heyitsanthony/etcd
that referenced
this issue
Jul 6, 2017
net.Listener says its address is [::] when given 0.0.0.0, breaking hosts that have ipv6 disabled. Fixes etcd-io#8151 Fixes etcd-io#7961
yudai
pushed a commit
to yudai/etcd
that referenced
this issue
Oct 5, 2017
net.Listener says its address is [::] when given 0.0.0.0, breaking hosts that have ipv6 disabled. Fixes etcd-io#8151 Fixes etcd-io#7961
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After switching, i see this message repeated constantly in my log:
The easiest way to reproduce is using docker:
Version 3.1.0
Which results in:
Version 3.2.0
Which results in:
And the last 3 lines just keep repeating. I can still use the etcd instance, but the logs get filled with that error message.
The text was updated successfully, but these errors were encountered: