Bump nodelocaldns version to 1.15.8 (#5447)

* Bump nodelocaldns version

* Add missing upstreamsvc
This commit is contained in:
Andreas Krüger 2019-12-13 11:22:55 +01:00 committed by Kubernetes Prow Robot
parent db2ca014cb
commit 370a0635fa
2 changed files with 2 additions and 2 deletions

View file

@ -353,7 +353,7 @@ coredns_version: "1.6.0"
coredns_image_repo: "{{ docker_image_repo }}/coredns/coredns"
coredns_image_tag: "{{ coredns_version }}"
nodelocaldns_version: "1.15.5"
nodelocaldns_version: "1.15.8"
nodelocaldns_image_repo: "{{ kube_image_repo }}/k8s-dns-node-cache"
nodelocaldns_image_tag: "{{ nodelocaldns_version }}"

View file

@ -39,7 +39,7 @@ spec:
requests:
cpu: {{ nodelocaldns_cpu_requests }}
memory: {{ nodelocaldnsdns_memory_requests }}
args: [ "-localip", "{{ nodelocaldns_ip }}", "-conf", "/etc/coredns/Corefile" ]
args: [ "-localip", "{{ nodelocaldns_ip }}", "-conf", "/etc/coredns/Corefile", "-upstreamsvc", "coredns" ]
securityContext:
privileged: true
ports: