fix: ensure dnsproxy is set, clean default values
This commit is contained in:
parent
f379bd03d1
commit
cf23a008e9
@ -63,13 +63,16 @@ cilium:
|
||||
enabled: false
|
||||
#rollOutCiliumPods: true
|
||||
|
||||
k8sServiceHost: localhost
|
||||
k8sServicePort: 6443
|
||||
kubeProxyReplacement: true
|
||||
k8s:
|
||||
# This has to be set to the DNS name of all API servers
|
||||
# For example "https://192.168.0.1:6443 https://192.168.0.2:6443"
|
||||
apiServerURLs: ""
|
||||
k8sServiceHost: auto
|
||||
k8sServicePort: auto
|
||||
dnsProxy:
|
||||
enableTransparentMode: true
|
||||
|
||||
# k8s:
|
||||
# # This has to be set to the DNS name of all API servers
|
||||
# # For example "https://192.168.0.1:6443 https://192.168.0.2:6443"
|
||||
# apiServerURLs: ""
|
||||
|
||||
cgroup:
|
||||
autoMount:
|
||||
|
Loading…
x
Reference in New Issue
Block a user