Commit 405f38c4 authored by Jeff Grafton's avatar Jeff Grafton

Update kube-dns images to 1.14.3

parent f19bd056
...@@ -55,7 +55,7 @@ spec: ...@@ -55,7 +55,7 @@ spec:
optional: true optional: true
containers: containers:
- name: kubedns - name: kubedns
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.2 image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.3
resources: resources:
# TODO: Set memory limits when we've profiled the container for large # TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in # clusters, then set request = limit to keep this container in
...@@ -106,7 +106,7 @@ spec: ...@@ -106,7 +106,7 @@ spec:
- name: kube-dns-config - name: kube-dns-config
mountPath: /kube-dns-config mountPath: /kube-dns-config
- name: dnsmasq - name: dnsmasq
image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.2 image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthcheck/dnsmasq path: /healthcheck/dnsmasq
...@@ -144,7 +144,7 @@ spec: ...@@ -144,7 +144,7 @@ spec:
- name: kube-dns-config - name: kube-dns-config
mountPath: /etc/k8s/dns/dnsmasq-nanny mountPath: /etc/k8s/dns/dnsmasq-nanny
- name: sidecar - name: sidecar
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.2 image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /metrics path: /metrics
......
...@@ -55,7 +55,7 @@ spec: ...@@ -55,7 +55,7 @@ spec:
optional: true optional: true
containers: containers:
- name: kubedns - name: kubedns
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.2 image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.3
resources: resources:
# TODO: Set memory limits when we've profiled the container for large # TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in # clusters, then set request = limit to keep this container in
...@@ -106,7 +106,7 @@ spec: ...@@ -106,7 +106,7 @@ spec:
- name: kube-dns-config - name: kube-dns-config
mountPath: /kube-dns-config mountPath: /kube-dns-config
- name: dnsmasq - name: dnsmasq
image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.2 image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthcheck/dnsmasq path: /healthcheck/dnsmasq
...@@ -144,7 +144,7 @@ spec: ...@@ -144,7 +144,7 @@ spec:
- name: kube-dns-config - name: kube-dns-config
mountPath: /etc/k8s/dns/dnsmasq-nanny mountPath: /etc/k8s/dns/dnsmasq-nanny
- name: sidecar - name: sidecar
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.2 image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /metrics path: /metrics
......
...@@ -55,7 +55,7 @@ spec: ...@@ -55,7 +55,7 @@ spec:
optional: true optional: true
containers: containers:
- name: kubedns - name: kubedns
image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.2 image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.3
resources: resources:
# TODO: Set memory limits when we've profiled the container for large # TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in # clusters, then set request = limit to keep this container in
...@@ -106,7 +106,7 @@ spec: ...@@ -106,7 +106,7 @@ spec:
- name: kube-dns-config - name: kube-dns-config
mountPath: /kube-dns-config mountPath: /kube-dns-config
- name: dnsmasq - name: dnsmasq
image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.2 image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthcheck/dnsmasq path: /healthcheck/dnsmasq
...@@ -144,7 +144,7 @@ spec: ...@@ -144,7 +144,7 @@ spec:
- name: kube-dns-config - name: kube-dns-config
mountPath: /etc/k8s/dns/dnsmasq-nanny mountPath: /etc/k8s/dns/dnsmasq-nanny
- name: sidecar - name: sidecar
image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.2 image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /metrics path: /metrics
......
...@@ -96,7 +96,7 @@ spec: ...@@ -96,7 +96,7 @@ spec:
path: /run/xtables.lock path: /run/xtables.lock
` `
KubeDNSVersion = "1.14.2" KubeDNSVersion = "1.14.3"
KubeDNSDeployment = ` KubeDNSDeployment = `
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment