tests
This commit is contained in:
parent
ce6fa9792e
commit
33aa7498d0
1 changed files with 4 additions and 6 deletions
|
@ -102,7 +102,7 @@ data:
|
||||||
# - disabled
|
# - disabled
|
||||||
# - vxlan (default)
|
# - vxlan (default)
|
||||||
# - geneve
|
# - geneve
|
||||||
tunnel: disabled
|
tunnel: vxlan
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -129,12 +129,10 @@ data:
|
||||||
tofqdns-enable-poller: "false"
|
tofqdns-enable-poller: "false"
|
||||||
|
|
||||||
# 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: "true"
|
||||||
|
|
||||||
ipvlan-master-device: "bond0"
|
device: "bond0"
|
||||||
datapath-mode: "ipvlan"
|
|
||||||
masquerade: "false"
|
masquerade: "false"
|
||||||
restore: "false"
|
|
||||||
enable-xt-socket-fallback: "true"
|
enable-xt-socket-fallback: "true"
|
||||||
install-iptables-rules: "false"
|
install-iptables-rules: "false"
|
||||||
auto-direct-node-routes: "true"
|
auto-direct-node-routes: "true"
|
||||||
|
@ -145,7 +143,7 @@ data:
|
||||||
enable-auto-protect-node-port-range: "true"
|
enable-auto-protect-node-port-range: "true"
|
||||||
# Chaining mode is set to portmap, enable health checking
|
# Chaining mode is set to portmap, enable health checking
|
||||||
enable-endpoint-health-checking: "true"
|
enable-endpoint-health-checking: "true"
|
||||||
enable-well-known-identities: "false"
|
enable-well-known-identities: "true"
|
||||||
enable-remote-node-identity: "true"
|
enable-remote-node-identity: "true"
|
||||||
k8s-require-ipv4-pod-cidr: "true"
|
k8s-require-ipv4-pod-cidr: "true"
|
||||||
k8s-require-ipv6-pod-cidr: "true"
|
k8s-require-ipv6-pod-cidr: "true"
|
||||||
|
|
Loading…
Reference in a new issue