mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Add selectable dns policy for kube-router (#6586)
This commit is contained in:
@@ -109,7 +109,7 @@ spec:
|
||||
protocol: TCP
|
||||
{% endif %}
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
dnsPolicy: {{ kube_router_dns_policy }}
|
||||
{% if kube_router_enable_dsr %}
|
||||
hostIPC: true
|
||||
hostPID: true
|
||||
|
||||
Reference in New Issue
Block a user