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