Skip to content

Commit

Permalink
fix policy args
Browse files Browse the repository at this point in the history
Signed-off-by: l1b0k <[email protected]>
  • Loading branch information
l1b0k committed Nov 22, 2024
1 parent dbccb4c commit 1dcd3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/terway-cli/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ func runCilium(cfg *PolicyConfig) error {
"--enable-ipv4-masquerade=false",
"--enable-ipv6-masquerade=false",
"--disable-envoy-version-check=true",
"--enable-endpoint-routes=true",
"--ipv4-range=169.254.10.0/30",
"--ipv6-range=fe80:2400:3200:baba::/30",
"--enable-local-node-route=false",
Expand All @@ -202,6 +201,7 @@ func runCilium(cfg *PolicyConfig) error {
"--enable-l7-proxy=false",
"--ipam=cluster-pool",
"--enable-runtime-device-detection=true",
"--enable-bandwidth-manager=true",
"--agent-health-port=" + cfg.HealthCheckPort,
}
if cfg.EnableNetworkPolicy {
Expand Down

0 comments on commit 1dcd3ea

Please sign in to comment.