alta3 / kubernetes-the-alta3-way

The greatest k8s installer on the planet!
223 stars 34 forks source link

External dns resolution within pods is borked due to kube-dns ConfigMap missing the data.upstreamNameservers entry #109

Open gidkill opened 2 hours ago

gidkill commented 2 hours ago

The ConfigMap for kube-dns in this file ...

kubernetes-the-alta3-way/roles/kube-dns/templates/kube-dns.yaml.j2

... doesn't include a data.upstreamNameservers entry, so external DNS resolution from within a pod fails.

gidkill commented 2 hours ago

Also why are you using kube-dns instead of coredns? Just curious.