Replies: 1 comment 2 replies
-
Hey @Tochemey - Thanks for your question, I've run etcd with ipv6 before using flags that look something like examples below: ./bin/etcd --listen-client-urls 'http://[::1]:2379' --advertise-client-urls 'http://[::1]:2379' Can you share the example configuration flags or file you are using that isn't working as you expect? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know whether etcd can bind to IPv6.
For instance it is unable to bind with this IPv6
[fe80::1]
which is valid.Beta Was this translation helpful? Give feedback.
All reactions