Remove upstreamsvc option from nodelocaldns
* Since we configure the upstream server through ansible templating, this arugment has no impact on node-cachepull/11238/head
parent
454be28c07
commit
c6d9c16464
|
@ -44,8 +44,6 @@ spec:
|
||||||
- {{ nodelocaldns_ip }}
|
- {{ nodelocaldns_ip }}
|
||||||
- -conf
|
- -conf
|
||||||
- /etc/Corefile
|
- /etc/Corefile
|
||||||
- -upstreamsvc
|
|
||||||
- coredns
|
|
||||||
{% if enable_nodelocaldns_secondary %}
|
{% if enable_nodelocaldns_secondary %}
|
||||||
- -skipteardown
|
- -skipteardown
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
||||||
requests:
|
requests:
|
||||||
cpu: {{ nodelocaldns_cpu_requests }}
|
cpu: {{ nodelocaldns_cpu_requests }}
|
||||||
memory: {{ nodelocaldns_memory_requests }}
|
memory: {{ nodelocaldns_memory_requests }}
|
||||||
args: [ "-localip", "{{ nodelocaldns_ip }}", "-conf", "/etc/Corefile", "-upstreamsvc", "coredns", "-skipteardown" ]
|
args: [ "-localip", "{{ nodelocaldns_ip }}", "-conf", "/etc/Corefile", "-skipteardown" ]
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
{% if nodelocaldns_bind_metrics_host_ip %}
|
{% if nodelocaldns_bind_metrics_host_ip %}
|
||||||
|
|
Loading…
Reference in New Issue