From e45a023985f1874a6c27524832d554a8b52a312c Mon Sep 17 00:00:00 2001 From: gjmzj Date: Fri, 8 Jun 2018 23:29:58 +0800 Subject: [PATCH] update kube-dns 1.14.10 --- manifests/kubedns/kubedns.yaml | 12 ++++++------ roles/deploy/templates/kubedns.yaml.j2 | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/manifests/kubedns/kubedns.yaml b/manifests/kubedns/kubedns.yaml index 63f5f26..9f8b293 100644 --- a/manifests/kubedns/kubedns.yaml +++ b/manifests/kubedns/kubedns.yaml @@ -79,8 +79,8 @@ spec: optional: true containers: - name: kubedns - #image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.9 - image: mirrorgooglecontainers/k8s-dns-kube-dns-amd64:1.14.9 + #image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.10 + image: mirrorgooglecontainers/k8s-dns-kube-dns-amd64:1.14.10 resources: # TODO: Set memory limits when we've profiled the container for large # clusters, then set request = limit to keep this container in @@ -131,8 +131,8 @@ spec: - name: kube-dns-config mountPath: /kube-dns-config - name: dnsmasq - #image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.9 - image: mirrorgooglecontainers/k8s-dns-dnsmasq-nanny-amd64:1.14.9 + #image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.10 + image: mirrorgooglecontainers/k8s-dns-dnsmasq-nanny-amd64:1.14.10 livenessProbe: httpGet: path: /healthcheck/dnsmasq @@ -170,8 +170,8 @@ spec: - name: kube-dns-config mountPath: /etc/k8s/dns/dnsmasq-nanny - name: sidecar - #image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.9 - image: mirrorgooglecontainers/k8s-dns-sidecar-amd64:1.14.9 + #image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.10 + image: mirrorgooglecontainers/k8s-dns-sidecar-amd64:1.14.10 livenessProbe: httpGet: path: /metrics diff --git a/roles/deploy/templates/kubedns.yaml.j2 b/roles/deploy/templates/kubedns.yaml.j2 index b4fb903..afb47ba 100644 --- a/roles/deploy/templates/kubedns.yaml.j2 +++ b/roles/deploy/templates/kubedns.yaml.j2 @@ -79,8 +79,8 @@ spec: optional: true containers: - name: kubedns - #image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.9 - image: mirrorgooglecontainers/k8s-dns-kube-dns-amd64:1.14.9 + #image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.10 + image: mirrorgooglecontainers/k8s-dns-kube-dns-amd64:1.14.10 resources: # TODO: Set memory limits when we've profiled the container for large # clusters, then set request = limit to keep this container in @@ -131,8 +131,8 @@ spec: - name: kube-dns-config mountPath: /kube-dns-config - name: dnsmasq - #image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.9 - image: mirrorgooglecontainers/k8s-dns-dnsmasq-nanny-amd64:1.14.9 + #image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.10 + image: mirrorgooglecontainers/k8s-dns-dnsmasq-nanny-amd64:1.14.10 livenessProbe: httpGet: path: /healthcheck/dnsmasq @@ -170,8 +170,8 @@ spec: - name: kube-dns-config mountPath: /etc/k8s/dns/dnsmasq-nanny - name: sidecar - #image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.9 - image: mirrorgooglecontainers/k8s-dns-sidecar-amd64:1.14.9 + #image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.10 + image: mirrorgooglecontainers/k8s-dns-sidecar-amd64:1.14.10 livenessProbe: httpGet: path: /metrics