tests
This commit is contained in:
parent
9b86be960f
commit
ce6fa9792e
1 changed files with 7 additions and 4 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,10 +131,13 @@ 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: "false"
|
wait-bpf-mount: "false"
|
||||||
|
|
||||||
masquerade: "true"
|
ipvlan-master-device: "bond0"
|
||||||
|
datapath-mode: "ipvlan"
|
||||||
|
masquerade: "false"
|
||||||
|
restore: "false"
|
||||||
enable-xt-socket-fallback: "true"
|
enable-xt-socket-fallback: "true"
|
||||||
install-iptables-rules: "true"
|
install-iptables-rules: "false"
|
||||||
auto-direct-node-routes: "false"
|
auto-direct-node-routes: "true"
|
||||||
kube-proxy-replacement: "probe"
|
kube-proxy-replacement: "probe"
|
||||||
enable-host-reachable-services: "true"
|
enable-host-reachable-services: "true"
|
||||||
enable-external-ips: "true"
|
enable-external-ips: "true"
|
||||||
|
|
Loading…
Reference in a new issue