Skip to content

Commit

Permalink
add in-cluster-loadbalance even kpr is not enabled
Browse files Browse the repository at this point in the history
Signed-off-by: l1b0k <[email protected]>
  • Loading branch information
l1b0k committed Oct 14, 2024
1 parent 68d62bd commit 865a67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/policyinit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ fi
--agent-health-port=9099 --disable-envoy-version-check=true \
--enable-local-node-route=false --ipv4-range=169.254.10.0/30 --ipv6-range=fe80:2400:3200:baba::/30 --enable-endpoint-health-checking=false \
--enable-health-checking=false --enable-service-topology=true --disable-cnp-status-updates=true --k8s-heartbeat-timeout=0 --enable-session-affinity=true \
--install-iptables-rules=false --enable-l7-proxy=false \
--install-iptables-rules=false --enable-l7-proxy=false --enable-in-cluster-loadbalance=true \
--ipam=cluster-pool --disable-per-package-lb=$DISABLE_PER_PACKAGE_LB
else
echo "unsupported kernel version"
Expand Down

0 comments on commit 865a67c

Please sign in to comment.