Skip to content
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

Add etcd3 support for CoreDNS provider #716

Closed
bryanalves opened this issue Sep 22, 2018 · 2 comments
Closed

Add etcd3 support for CoreDNS provider #716

bryanalves opened this issue Sep 22, 2018 · 2 comments

Comments

@bryanalves
Copy link

The current CoreDNS provider writes entries to etcd using the v2 api. CoreDNS starting in version 1.2 started using the v3 api:

https://github.com/coredns/coredns/tree/master/plugin/etcd#migration-to-etcdv3-api

There's a couple of options here:

  1. Add a config parameter to enable etcd2 or etcd3 mode
  2. Add an environment parameter (similar to ETCD_URLS) to do the same
  3. Create a new provider altogether (if the API is sufficiently different, which it might be)
@fturib
Copy link

fturib commented Sep 23, 2018

does it match this already opened PR ? #686

@bryanalves
Copy link
Author

Yep, that seems to be the case. I totally missed that when searching somehow!

lou-lan pushed a commit to lou-lan/external-dns that referenced this issue May 11, 2022
…ult (kubernetes-sigs#716)

* Clearly state the operating system and architecture in the search results

* fixed format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants