more tests
This commit is contained in:
parent
ec019a9d8a
commit
6a2302b112
1 changed files with 3 additions and 3 deletions
|
@ -134,15 +134,15 @@ data:
|
||||||
masquerade: "true"
|
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: "false"
|
||||||
kube-proxy-replacement: "probe"
|
kube-proxy-replacement: "probe"
|
||||||
enable-host-reachable-services: "false"
|
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: "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: "true"
|
enable-well-known-identities: "false"
|
||||||
enable-remote-node-identity: "true"
|
enable-remote-node-identity: "true"
|
||||||
k8s-require-ipv4-pod-cidr: "false"
|
k8s-require-ipv4-pod-cidr: "false"
|
||||||
k8s-require-ipv6-pod-cidr: "true"
|
k8s-require-ipv6-pod-cidr: "true"
|
||||||
|
|
Loading…
Reference in a new issue