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
I tried to use the etcd3 backend with version 2.5.3a of the skydns container ( skynetservices/skydns:2.5.3a docker image) but all my attemps failed.
I tried to add "etcd3":true in /skydns/config using both the etcd v2 and v3 APIs before starting the container but Skydns only seems to consider etcd v2.
e.g.
{"dns_addr":"0.0.0.0:53", "ttl":60, "domain": "cluster.local", "nameservers": ["8.8.8.8:53","8.8.4.4:53"], "etcd3":true}
How are we supposed to enable the etcd v3 mode ?
The text was updated successfully, but these errors were encountered:
Hi,
I tried to use the etcd3 backend with version 2.5.3a of the skydns container ( skynetservices/skydns:2.5.3a docker image) but all my attemps failed.
I tried to add "etcd3":true in /skydns/config using both the etcd v2 and v3 APIs before starting the container but Skydns only seems to consider etcd v2.
e.g.
{"dns_addr":"0.0.0.0:53", "ttl":60, "domain": "cluster.local", "nameservers": ["8.8.8.8:53","8.8.4.4:53"], "etcd3":true}
How are we supposed to enable the etcd v3 mode ?
The text was updated successfully, but these errors were encountered: