diff --git a/charts/kubezero-network/values.yaml b/charts/kubezero-network/values.yaml index 8a90479b..cca0b1e7 100644 --- a/charts/kubezero-network/values.yaml +++ b/charts/kubezero-network/values.yaml @@ -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: