Hello, we’ve found an issues with our dns setting in aws eks
cluster. We have a cluster with 10.10.0.10
IP address. However all pods could not resolve any dns names
, and when I do cat /etc/resolv.conf
I see completely different nameserver
nameserver 172.20.0.10
search default.svc.cluster.local svc.cluster.local cluster.local eu-central-1.compute.internal
options ndots:5
How can we change nameserver 172.20.0.10
to 10.10.0.10
for all pods recursively and automatically