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

how to save coredns data in etcd #29

Closed
gogeof opened this issue Nov 29, 2017 · 4 comments
Closed

how to save coredns data in etcd #29

gogeof opened this issue Nov 29, 2017 · 4 comments
Labels

Comments

@gogeof
Copy link

gogeof commented Nov 29, 2017

ask for help

  • I'm trying to save coredns data in etcd, but failed(after deploy, I can't find any data in etcd), here is config file:
data:
  Corefile: |
    .:53 {
        errors
        log
        health
        kubernetes cluster.local 10.96.0.0/16 10.244.0.0/16
        proxy . /etc/resolv.conf
        cache 30
        etcd k8s.io {
          path /skydns
          endpoint http://192.168.4.106:2379
        }
    }
  • can't find any data in etcd:
# docker exec -ti vespace-strategy-etcd1 sh
# etcdctl ls /
#

any help is appreciate!!

@miekg miekg added the question label Nov 29, 2017
@miekg
Copy link
Member

miekg commented Nov 29, 2017

What are you trying to do. Is DNS working. What are you expecting with the above config?

@gogeof
Copy link
Author

gogeof commented Nov 30, 2017

@miekg thanks you for response. What I really tring to do is that modify dns data in coredns by edit etcd data. And I am trying to write a tool to edit coredns data for my job.

@miekg
Copy link
Member

miekg commented Nov 30, 2017

Well, can't help you with much then. Unless there are specific questions concering bugs or issues in CoreDNS.

@gogeof
Copy link
Author

gogeof commented Nov 30, 2017

@miekg ok, I got it. Thanks as well.

@gogeof gogeof closed this as completed Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants