Re: [kubernetes-users] A little nudge about DNS

2018-04-10 Thread 'Tim Hockin' via Kubernetes user discussion and Q
upstream is upstream from the kube-DNS. Pods won't see that. On Tue, Apr 10, 2018 at 4:13 PM Marcio Garcia wrote: > 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

[kubernetes-users] A little nudge about DNS

2018-04-10 Thread Marcio Garcia
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