From 1ea97db78ab289e04669b7579551bdec3e74c0bc Mon Sep 17 00:00:00 2001 From: Pavithra Ramesh Date: Mon, 11 May 2020 13:10:27 -0700 Subject: [PATCH] Use the latest node-cache image. The image has debian base 2.0.0, some stability fixes and also uses UDP to connect to stubDomains configured via kube-dns configmap. --- cluster/addons/dns/nodelocaldns/nodelocaldns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml b/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml index d8a1ead5a2a..4fa6b75275d 100644 --- a/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml +++ b/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml @@ -140,7 +140,7 @@ spec: operator: "Exists" containers: - name: node-cache - image: k8s.gcr.io/k8s-dns-node-cache:1.15.10 + image: k8s.gcr.io/k8s-dns-node-cache:1.15.13 resources: requests: cpu: 25m