Skip to content

Commit

Permalink
CI: fix cilium multiPoolPreAllocation installtion
Browse files Browse the repository at this point in the history
Signed-off-by: Cyclinder Kuo <[email protected]>
  • Loading branch information
cyclinder committed Feb 10, 2025
1 parent edb0960 commit 8415a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/scripts/install-default-cni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,13 @@ function install_cilium() {
--set k8sServicePort=6443 \
--set bpf.vlanBypass={0} "
if [ "$DISABLE_KUBE_PROXY" = "true" ]; then
# TODO: remove ipam.multiPoolPreAllocation=default=8 when https://github.com/cilium/cilium/pull/37436
# has been merged.
CILIUM_HELM_OPTIONS+=" --set kubeProxyReplacement=true \
--set routingMode=native \
--set ipam.mode=multi-pool \
--set nodeinit.enabled=true \
--set ipam.multiPoolPreAllocation=default=8 \
--set autoDirectNodeRoutes=true \
--set bpf.masquerade=true \
--set endpointRoutes.enabled=true\
Expand Down

0 comments on commit 8415a13

Please sign in to comment.