Update kube-dns to version 1.14.5
This commit is contained in:
		| @@ -55,7 +55,7 @@ spec: | ||||
|           optional: true | ||||
|       containers: | ||||
|       - name: kubedns | ||||
|         image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.4 | ||||
|         image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.5 | ||||
|         resources: | ||||
|           # TODO: Set memory limits when we've profiled the container for large | ||||
|           # clusters, then set request = limit to keep this container in | ||||
| @@ -106,7 +106,7 @@ spec: | ||||
|         - name: kube-dns-config | ||||
|           mountPath: /kube-dns-config | ||||
|       - name: dnsmasq | ||||
|         image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.4 | ||||
|         image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.5 | ||||
|         livenessProbe: | ||||
|           httpGet: | ||||
|             path: /healthcheck/dnsmasq | ||||
| @@ -144,7 +144,7 @@ spec: | ||||
|         - name: kube-dns-config | ||||
|           mountPath: /etc/k8s/dns/dnsmasq-nanny | ||||
|       - name: sidecar | ||||
|         image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.4 | ||||
|         image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.5 | ||||
|         livenessProbe: | ||||
|           httpGet: | ||||
|             path: /metrics | ||||
|   | ||||
| @@ -55,7 +55,7 @@ spec: | ||||
|           optional: true | ||||
|       containers: | ||||
|       - name: kubedns | ||||
|         image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.4 | ||||
|         image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.5 | ||||
|         resources: | ||||
|           # TODO: Set memory limits when we've profiled the container for large | ||||
|           # clusters, then set request = limit to keep this container in | ||||
| @@ -106,7 +106,7 @@ spec: | ||||
|         - name: kube-dns-config | ||||
|           mountPath: /kube-dns-config | ||||
|       - name: dnsmasq | ||||
|         image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.4 | ||||
|         image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.5 | ||||
|         livenessProbe: | ||||
|           httpGet: | ||||
|             path: /healthcheck/dnsmasq | ||||
| @@ -144,7 +144,7 @@ spec: | ||||
|         - name: kube-dns-config | ||||
|           mountPath: /etc/k8s/dns/dnsmasq-nanny | ||||
|       - name: sidecar | ||||
|         image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.4 | ||||
|         image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.5 | ||||
|         livenessProbe: | ||||
|           httpGet: | ||||
|             path: /metrics | ||||
|   | ||||
| @@ -55,7 +55,7 @@ spec: | ||||
|           optional: true | ||||
|       containers: | ||||
|       - name: kubedns | ||||
|         image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.4 | ||||
|         image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.5 | ||||
|         resources: | ||||
|           # TODO: Set memory limits when we've profiled the container for large | ||||
|           # clusters, then set request = limit to keep this container in | ||||
| @@ -106,7 +106,7 @@ spec: | ||||
|         - name: kube-dns-config | ||||
|           mountPath: /kube-dns-config | ||||
|       - name: dnsmasq | ||||
|         image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.4 | ||||
|         image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.5 | ||||
|         livenessProbe: | ||||
|           httpGet: | ||||
|             path: /healthcheck/dnsmasq | ||||
| @@ -144,7 +144,7 @@ spec: | ||||
|         - name: kube-dns-config | ||||
|           mountPath: /etc/k8s/dns/dnsmasq-nanny | ||||
|       - name: sidecar | ||||
|         image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.4 | ||||
|         image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.5 | ||||
|         livenessProbe: | ||||
|           httpGet: | ||||
|             path: /metrics | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bowei Du
					Bowei Du