diff --git a/cluster/addons/dns/kube-dns/kube-dns.yaml.base b/cluster/addons/dns/kube-dns/kube-dns.yaml.base index 5e6a938a859..43bc8271064 100644 --- a/cluster/addons/dns/kube-dns/kube-dns.yaml.base +++ b/cluster/addons/dns/kube-dns/kube-dns.yaml.base @@ -104,7 +104,7 @@ spec: kubernetes.io/os: linux containers: - name: kubedns - image: k8s.gcr.io/k8s-dns-kube-dns:1.14.13 + image: k8s.gcr.io/k8s-dns-kube-dns:1.15.10 resources: # TODO: Set memory limits when we've profiled the container for large # clusters, then set request = limit to keep this container in @@ -160,7 +160,7 @@ spec: runAsUser: 1001 runAsGroup: 1001 - name: dnsmasq - image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.14.13 + image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.15.10 livenessProbe: httpGet: path: /healthcheck/dnsmasq @@ -207,7 +207,7 @@ spec: - NET_BIND_SERVICE - SETGID - name: sidecar - image: k8s.gcr.io/k8s-dns-sidecar:1.14.13 + image: k8s.gcr.io/k8s-dns-sidecar:1.15.10 livenessProbe: httpGet: path: /metrics diff --git a/cluster/addons/dns/kube-dns/kube-dns.yaml.in b/cluster/addons/dns/kube-dns/kube-dns.yaml.in index ff592801bdf..7d48e137209 100644 --- a/cluster/addons/dns/kube-dns/kube-dns.yaml.in +++ b/cluster/addons/dns/kube-dns/kube-dns.yaml.in @@ -104,7 +104,7 @@ spec: kubernetes.io/os: linux containers: - name: kubedns - image: k8s.gcr.io/k8s-dns-kube-dns:1.14.13 + image: k8s.gcr.io/k8s-dns-kube-dns:1.15.10 resources: # TODO: Set memory limits when we've profiled the container for large # clusters, then set request = limit to keep this container in @@ -160,7 +160,7 @@ spec: runAsUser: 1001 runAsGroup: 1001 - name: dnsmasq - image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.14.13 + image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.15.10 livenessProbe: httpGet: path: /healthcheck/dnsmasq @@ -207,7 +207,7 @@ spec: - NET_BIND_SERVICE - SETGID - name: sidecar - image: k8s.gcr.io/k8s-dns-sidecar:1.14.13 + image: k8s.gcr.io/k8s-dns-sidecar:1.15.10 livenessProbe: httpGet: path: /metrics diff --git a/cluster/addons/dns/kube-dns/kube-dns.yaml.sed b/cluster/addons/dns/kube-dns/kube-dns.yaml.sed index 9c8360f526c..58a34741f6a 100644 --- a/cluster/addons/dns/kube-dns/kube-dns.yaml.sed +++ b/cluster/addons/dns/kube-dns/kube-dns.yaml.sed @@ -104,7 +104,7 @@ spec: kubernetes.io/os: linux containers: - name: kubedns - image: k8s.gcr.io/k8s-dns-kube-dns:1.14.13 + image: k8s.gcr.io/k8s-dns-kube-dns:1.15.10 resources: # TODO: Set memory limits when we've profiled the container for large # clusters, then set request = limit to keep this container in @@ -160,7 +160,7 @@ spec: runAsUser: 1001 runAsGroup: 1001 - name: dnsmasq - image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.14.13 + image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.15.10 livenessProbe: httpGet: path: /healthcheck/dnsmasq @@ -207,7 +207,7 @@ spec: - NET_BIND_SERVICE - SETGID - name: sidecar - image: k8s.gcr.io/k8s-dns-sidecar:1.14.13 + image: k8s.gcr.io/k8s-dns-sidecar:1.15.10 livenessProbe: httpGet: path: /metrics