kubean icon indicating copy to clipboard operation
kubean copied to clipboard

coredns upstream config not allow blank

Open panpan0000 opened this issue 2 years ago • 0 comments

when no nameserver filled in host machines' /etc/resolv.conf coredns will fail to boot up with error plugin/forward: no nameservers found

I guess sth wrong in coredns config

kubectl edit configmap coredns -n kube-system

        forward . /etc/resolv.conf {
          prefer_udp
          max_concurrent 1000
        }

panpan0000 avatar Sep 29 '22 06:09 panpan0000