more tests
This commit is contained in:
parent
878cc5a7e0
commit
ec019a9d8a
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ data:
|
||||||
identity-allocation-mode: crd
|
identity-allocation-mode: crd
|
||||||
|
|
||||||
# If you want to run cilium in debug mode change this value to true
|
# If you want to run cilium in debug mode change this value to true
|
||||||
debug: "false"
|
debug: "true"
|
||||||
|
|
||||||
# Enable IPv4 addressing. If enabled, all endpoints are allocated an IPv4
|
# Enable IPv4 addressing. If enabled, all endpoints are allocated an IPv4
|
||||||
# address.
|
# address.
|
||||||
|
@ -131,12 +131,12 @@ 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: "false"
|
masquerade: "true"
|
||||||
enable-xt-socket-fallback: "true"
|
enable-xt-socket-fallback: "true"
|
||||||
install-iptables-rules: "true" # required by L7 LB
|
install-iptables-rules: "true" # required by L7 LB
|
||||||
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: "false"
|
||||||
enable-external-ips: "false"
|
enable-external-ips: "false"
|
||||||
enable-node-port: "false"
|
enable-node-port: "false"
|
||||||
enable-auto-protect-node-port-range: "false"
|
enable-auto-protect-node-port-range: "false"
|
||||||
|
|
Loading…
Reference in a new issue