mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Bump nodelocaldns version to 1.15.8 (#5447)
* Bump nodelocaldns version * Add missing upstreamsvc
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
db2ca014cb
commit
370a0635fa
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user