mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
Make cilium dnsProxy transparent mode configure
When Cilium is configured to replace kube-proxy, it automatically enables dnsProxy, which can conflict with nodelocaldns.
This commit is contained in:
@@ -28,6 +28,11 @@ loadbalancer:
|
||||
|
||||
kubeProxyReplacement: {{ cilium_kube_proxy_replacement }}
|
||||
|
||||
{% if cilium_dns_proxy_enable_transparent_mode is defined %}
|
||||
dnsProxy:
|
||||
enableTransparentMode: {{ cilium_dns_proxy_enable_transparent_mode }}
|
||||
{% endif %}
|
||||
|
||||
extraVolumes:
|
||||
{{ cilium_agent_extra_volumes | to_nice_yaml(indent=2) | indent(2) }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user