Hi All,

Maybe this is a dumb question, but I didn't find any answer for that.


Recently I changed my kube-dns config with this:

apiVersion: v1
kind: ConfigMap
metadata:
  name: kube-dns 
  namespace: kube-system
data: 
  upstreamNameservers: |
  ["1.1.1.1", "8.8.8.8"]


Applied all the configs, Ok, but when I log into any pod, I didn't see this 
in the /etc/resolv.conf file.
That's supposed to be?  Or in /etc/resolv.conf file I will always see the 
Kube-dns IP only ?





Thanks in advance,


Marcio

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
  • [kubernetes-users]... Marcio Garcia

Reply via email to