Hi, I installed a k8s environment using kubeadm, but coredns seems not work well, but coredns status is running.
NAME READY STATUS RESTARTS AGE
coredns-78fcd69978-257fm 1/1 Running 0 11h
coredns-78fcd69978-hln69 1/1 Running 0 11h
etcd-guoyao-dev 1/1 Running 2 11h
kube-apiserver-guoyao-dev 1/1 Running 2 11h
kube-controller-manager-guoyao-dev 1/1 Running 2 11h
kube-proxy-dkq4t 1/1 Running 0 11h
kube-scheduler-guoyao-dev 1/1 Running 2 11h```
but cannot resolve the service domain name. why? could someone help me fix it? :sweat_smile:
```root@guoyao-dev:/home/velero-v1.6.3-linux-amd64# kubectl run curl --image=radial/busyboxplus:curl -i --tty
If you don't see a command prompt, try pressing enter.
[ root@curl:/ ]$ nslookup my-nginx
Server: 10.96.0.10
Address 1: 10.96.0.10
nslookup: can't resolve 'my-nginx'
[ root@curl:/ ]$ ```
And there are alot of error logs in coredns. here is some:
```ERROR] plugin/errors: 2 [auth.docker.io](http://auth.docker.io). AAAA: read udp 10.244.0.2:45051->172.17.0.1:53: i/o timeout
[ERROR] plugin/errors: 2 [registry-1.docker.io](http://registry-1.docker.io). A: read udp 10.244.0.2:49016->8.8.8.8:53: i/o timeout
[ERROR] plugin/errors: 2 [storm.emqx.io](http://storm.emqx.io). A: read udp 10.244.0.2:36417->172.17.0.1:53: i/o timeout
[ERROR] plugin/errors: 2 [storm.emqx.io](http://storm.emqx.io). A: read udp 10.244.0.2:44858->8.8.8.8:53: i/o timeout
[ERROR] plugin/errors: 2 [storm.emqx.io](http://storm.emqx.io). A: read udp 10.244.0.2:35737->8.8.8.8:53: i/o timeout
[ERROR] plugin/errors: 2 [storm.emqx.io](http://storm.emqx.io). A: read udp 10.244.0.2:60939->8.8.8.8:53: i/o timeout
[ERROR] plugin/errors: 2 [storm.emqx.io](http://storm.emqx.io). A: read udp 10.244.0.2:48756->172.17.0.1:53: read: connection refused```
what's the problem, could someone help me? Thanks all in advance.