Skip to content

Commit 370a063

Browse files
woopstark8s-ci-robot
authored andcommitted
Bump nodelocaldns version to 1.15.8 (#5447)
* Bump nodelocaldns version * Add missing upstreamsvc
1 parent db2ca01 commit 370a063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/download/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ coredns_version: "1.6.0"
353353
coredns_image_repo: "{{ docker_image_repo }}/coredns/coredns"
354354
coredns_image_tag: "{{ coredns_version }}"
355355

356-
nodelocaldns_version: "1.15.5"
356+
nodelocaldns_version: "1.15.8"
357357
nodelocaldns_image_repo: "{{ kube_image_repo }}/k8s-dns-node-cache"
358358
nodelocaldns_image_tag: "{{ nodelocaldns_version }}"
359359

roles/kubernetes-apps/ansible/templates/nodelocaldns-daemonset.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
requests:
4040
cpu: {{ nodelocaldns_cpu_requests }}
4141
memory: {{ nodelocaldnsdns_memory_requests }}
42-
args: [ "-localip", "{{ nodelocaldns_ip }}", "-conf", "/etc/coredns/Corefile" ]
42+
args: [ "-localip", "{{ nodelocaldns_ip }}", "-conf", "/etc/coredns/Corefile", "-upstreamsvc", "coredns" ]
4343
securityContext:
4444
privileged: true
4545
ports:

0 commit comments

Comments
 (0)