Skip to content

Commit be9d03f

Browse files
authored
Merge pull request #488 from l1b0k/fix/l7_rules
policy: do not install l7 related rules
2 parents 60281e0 + b99002c commit be9d03f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

policy/policyinit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ if [ "$(terway_config_val 'eniip_virtual_type' | tr '[:upper:]' '[:lower:]')" =
6565
--agent-health-port=9099 --disable-envoy-version-check=true \
6666
--enable-local-node-route=false --ipv4-range=169.254.10.0/30 --ipv6-range=fe80:2400:3200:baba::/30 --enable-endpoint-health-checking=false \
6767
--enable-health-checking=false --enable-service-topology=true --disable-cnp-status-updates=true --k8s-heartbeat-timeout=0 --enable-session-affinity=true \
68+
--install-iptables-rules=false --enable-l7-proxy=false \
6869
--ipam=cluster-pool ${extra_args}
6970
fi
7071
fi

0 commit comments

Comments
 (0)