From 1437805c052c751a202d3922468b261aca7d0fe8 Mon Sep 17 00:00:00 2001 From: Pavithra Ramesh Date: Wed, 9 Oct 2019 23:11:44 -0700 Subject: [PATCH] Use latest node-cache version with stubdomain fix. This image fixed a bug in configuring stubDomains and caused test failure - https://k8s-testgrid.appspot.com/sig-network-gce#gci-gce-serial-kube-dns-nodecache Verified by running the same test locally. --- 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 7baac4ad511..e4b82032342 100644 --- a/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml +++ b/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml @@ -133,7 +133,7 @@ spec: operator: "Exists" containers: - name: node-cache - image: k8s.gcr.io/k8s-dns-node-cache:1.15.6 + image: k8s.gcr.io/k8s-dns-node-cache:1.15.7 resources: requests: cpu: 25m