coredns / deployment

Scripts, utilities, and examples for deploying CoreDNS.
Apache License 2.0
549 stars 535 forks source link

CoreDNS DNS Server Failed #297

Open putusugik opened 6 months ago

putusugik commented 6 months ago

I'm running on Ubuntu 22.04.4 LTS (GNU/Linux 5.15.0-105-generic x86_64) and try to setup CoreDNS but its failed with error message

`May 01 20:24:01 dns-node18 systemd[1]: coredns.service: Main process exited, code=exited, status=1/FAILURE

May 01 20:24:01 dns-node18 systemd[1]: coredns.service: Failed with result 'exit-code'. May 01 20:24:01 dns-node18 systemd[1]: coredns.service: Scheduled restart job, restart counter is at 5. May 01 20:24:01 dns-node18 systemd[1]: Stopped CoreDNS DNS server. May 01 20:24:01 dns-node18 systemd[1]: coredns.service: Start request repeated too quickly. May 01 20:24:01 dns-node18 systemd[1]: coredns.service: Failed with result 'exit-code'. May 01 20:24:01 dns-node18 systemd[1]: Failed to start CoreDNS DNS server.`

i had tried to solve with this https://github.com/coredns/deployment/issues/207 but i dont know what is Workingdir, because first time to use linux. Thanks