diff --git a/deploy/addons/coredns/coreDNS-configmap.yaml b/deploy/addons/coredns/coreDNS-configmap.yaml index d0975d0bee..3ea82599db 100644 --- a/deploy/addons/coredns/coreDNS-configmap.yaml +++ b/deploy/addons/coredns/coreDNS-configmap.yaml @@ -11,7 +11,10 @@ data: errors log health - kubernetes cluster.local 10.0.0.0/24 + kubernetes cluster.local 10.0.0.0/24 { + pods insecure + upstream /etc/resolv.conf + } prometheus proxy . /etc/resolv.conf cache 30 diff --git a/deploy/addons/coredns/coreDNS-controller.yaml b/deploy/addons/coredns/coreDNS-controller.yaml index 010fb69d7c..acb4a0d043 100644 --- a/deploy/addons/coredns/coreDNS-controller.yaml +++ b/deploy/addons/coredns/coreDNS-controller.yaml @@ -25,7 +25,7 @@ spec: effect: NoSchedule containers: - name: coredns - image: registry.hub.docker.com/coredns/coredns:0.9.10 + image: registry.hub.docker.com/coredns/coredns:1.0.2 imagePullPolicy: IfNotPresent resources: limits: