Skip to content

Commit

Permalink
CI: fix cilium multiPoolPreAllocation installtion (#4639)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyclinder Kuo <[email protected]>
  • Loading branch information
cyclinder authored Feb 11, 2025
1 parent edb0960 commit 62d4e07
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 @@ -220,9 +220,12 @@ function install_cilium() {
# k8sServicePort api-service port
# bpf.vlanBypass allow vlan traffic to pass
# cilium ipamMode: multi-pool required routingMode=native and kubeProxyReplacement
# TODO: remove ipam.multiPoolPreAllocation=default=8 when https://github.com/cilium/cilium/pull/37436
# has been merged.
CILIUM_HELM_OPTIONS=" --set cni.exclusive=false \
--set k8sServiceHost=${E2E_CLUSTER_NAME}-control-plane \
--set k8sServicePort=6443 \
--set ipam.multiPoolPreAllocation=default=8 \
--set bpf.vlanBypass={0} "
if [ "$DISABLE_KUBE_PROXY" = "true" ]; then
CILIUM_HELM_OPTIONS+=" --set kubeProxyReplacement=true \
Expand Down

0 comments on commit 62d4e07

Please sign in to comment.