Skip to content

Commit

Permalink
Merge pull request #4126 from ty-dc/e2e/cilium-update
Browse files Browse the repository at this point in the history
fix cilium installation --set tunnel
  • Loading branch information
ty-dc authored Sep 30, 2024
2 parents 04355b4 + 6d12865 commit b579910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/scripts/install-default-cni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ function install_cilium() {
CILIUM_HELM_OPTIONS+=" --set ipam.operator.clusterPoolIPv6PodCIDRList=${CILIUM_CLUSTER_POD_SUBNET_V6} \
--set ipv4.enabled=false \
--set ipv6.enabled=true \
--set tunnel=disabled \
--set ipv6NativeRoutingCIDR=${CILIUM_CLUSTER_POD_SUBNET_V6} \
--set autoDirectNodeRoutes=true \
--set enableIPv6Masquerade=true \
Expand Down

0 comments on commit b579910

Please sign in to comment.