From 2c2dd6b0721dae96155f70590a22e049c6a9feeb Mon Sep 17 00:00:00 2001 From: Pavithra Ramesh Date: Fri, 23 Apr 2021 14:59:38 -0700 Subject: [PATCH] Update to using kubedns 1.17.3 image. --- cluster/addons/dns/kube-dns/kube-dns.yaml.base | 6 +++--- cluster/addons/dns/kube-dns/kube-dns.yaml.in | 6 +++--- cluster/addons/dns/kube-dns/kube-dns.yaml.sed | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cluster/addons/dns/kube-dns/kube-dns.yaml.base b/cluster/addons/dns/kube-dns/kube-dns.yaml.base index f7787d6cae2..64e03863d88 100644 --- a/cluster/addons/dns/kube-dns/kube-dns.yaml.base +++ b/cluster/addons/dns/kube-dns/kube-dns.yaml.base @@ -114,7 +114,7 @@ spec: kubernetes.io/os: linux containers: - name: kubedns - image: k8s.gcr.io/k8s-dns-kube-dns:1.15.10 + image: k8s.gcr.io/dns/k8s-dns-kube-dns:1.17.3 resources: # TODO: Set memory limits when we've profiled the container for large # clusters, then set request = limit to keep this container in @@ -170,7 +170,7 @@ spec: runAsUser: 1001 runAsGroup: 1001 - name: dnsmasq - image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.15.10 + image: k8s.gcr.io/dns/k8s-dns-dnsmasq-nanny:1.17.3 livenessProbe: httpGet: path: /healthcheck/dnsmasq @@ -217,7 +217,7 @@ spec: - NET_BIND_SERVICE - SETGID - name: sidecar - image: k8s.gcr.io/k8s-dns-sidecar:1.15.10 + image: k8s.gcr.io/dns/k8s-dns-sidecar:1.17.3 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 abbf1228221..6e85497423d 100644 --- a/cluster/addons/dns/kube-dns/kube-dns.yaml.in +++ b/cluster/addons/dns/kube-dns/kube-dns.yaml.in @@ -114,7 +114,7 @@ spec: kubernetes.io/os: linux containers: - name: kubedns - image: k8s.gcr.io/k8s-dns-kube-dns:1.15.10 + image: k8s.gcr.io/dns/k8s-dns-kube-dns:1.17.3 resources: # TODO: Set memory limits when we've profiled the container for large # clusters, then set request = limit to keep this container in @@ -170,7 +170,7 @@ spec: runAsUser: 1001 runAsGroup: 1001 - name: dnsmasq - image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.15.10 + image: k8s.gcr.io/dns/k8s-dns-dnsmasq-nanny:1.17.3 livenessProbe: httpGet: path: /healthcheck/dnsmasq @@ -217,7 +217,7 @@ spec: - NET_BIND_SERVICE - SETGID - name: sidecar - image: k8s.gcr.io/k8s-dns-sidecar:1.15.10 + image: k8s.gcr.io/dns/k8s-dns-sidecar:1.17.3 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 123fe4c1521..ca07d221f36 100644 --- a/cluster/addons/dns/kube-dns/kube-dns.yaml.sed +++ b/cluster/addons/dns/kube-dns/kube-dns.yaml.sed @@ -114,7 +114,7 @@ spec: kubernetes.io/os: linux containers: - name: kubedns - image: k8s.gcr.io/k8s-dns-kube-dns:1.15.10 + image: k8s.gcr.io/dns/k8s-dns-kube-dns:1.17.3 resources: # TODO: Set memory limits when we've profiled the container for large # clusters, then set request = limit to keep this container in @@ -170,7 +170,7 @@ spec: runAsUser: 1001 runAsGroup: 1001 - name: dnsmasq - image: k8s.gcr.io/k8s-dns-dnsmasq-nanny:1.15.10 + image: k8s.gcr.io/dns/k8s-dns-dnsmasq-nanny:1.17.3 livenessProbe: httpGet: path: /healthcheck/dnsmasq @@ -217,7 +217,7 @@ spec: - NET_BIND_SERVICE - SETGID - name: sidecar - image: k8s.gcr.io/k8s-dns-sidecar:1.15.10 + image: k8s.gcr.io/dns/k8s-dns-sidecar:1.17.3 livenessProbe: httpGet: path: /metrics