disable ipv4
This commit is contained in:
parent
347b613c8f
commit
be232a1b8b
1 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ data:
|
||||||
# - disabled
|
# - disabled
|
||||||
# - vxlan (default)
|
# - vxlan (default)
|
||||||
# - geneve
|
# - geneve
|
||||||
tunnel: vxlan
|
tunnel: disabled
|
||||||
|
|
||||||
# Name of the cluster. Only relevant when building a mesh of clusters.
|
# Name of the cluster. Only relevant when building a mesh of clusters.
|
||||||
cluster-name: default
|
cluster-name: default
|
||||||
|
@ -131,9 +131,9 @@ data:
|
||||||
# wait-bpf-mount makes init container wait until bpf filesystem is mounted
|
# wait-bpf-mount makes init container wait until bpf filesystem is mounted
|
||||||
wait-bpf-mount: "true"
|
wait-bpf-mount: "true"
|
||||||
|
|
||||||
masquerade: "true"
|
masquerade: "false"
|
||||||
enable-xt-socket-fallback: "true"
|
enable-xt-socket-fallback: "true"
|
||||||
install-iptables-rules: "true"
|
install-iptables-rules: "false"
|
||||||
auto-direct-node-routes: "true"
|
auto-direct-node-routes: "true"
|
||||||
kube-proxy-replacement: "probe"
|
kube-proxy-replacement: "probe"
|
||||||
enable-host-reachable-services: "true"
|
enable-host-reachable-services: "true"
|
||||||
|
|
Loading…
Reference in a new issue