From 22b6fd893a7e820c445e45b8ee7833a6d2c0861d Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Tue, 27 Sep 2016 17:21:46 -0700 Subject: [PATCH] gce/coreos: Fix dnsmasq image name This bug was inadvertently introduced in #32406. The longer term plan (shouldn't be too much longer) is to remove this file entirely and rely on the `gci-trusty` version of it, but to stop some bleeding and allow our jenkins using kube-up + coreos to work, we should merge this fix until we have the more complete solution. --- cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml b/cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml index c46ec6c9087..86d338511aa 100644 --- a/cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml +++ b/cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml @@ -64,7 +64,7 @@ spec: name: dns-tcp-local protocol: TCP - name: dnsmasq - image: gcr.io/google_containers/dnsmasq:1.3 + image: gcr.io/google_containers/kube-dnsmasq-amd64:1.3 livenessProbe: httpGet: path: /healthz-dnsmasq