diff --git a/prepare-labs/lib/commands.sh b/prepare-labs/lib/commands.sh index cc4c21d3..7f6162fd 100644 --- a/prepare-labs/lib/commands.sh +++ b/prepare-labs/lib/commands.sh @@ -673,6 +673,7 @@ EOF if [ -f /tmp/install-cilium-ipv6-only ]; then helm upgrade -i cilium cilium --repo https://helm.cilium.io/ \ --namespace kube-system \ + --set cni.chainingMode=portmap \ --set ipv6.enabled=true \ --set ipv4.enabled=false \ --set underlayProtocol=ipv6 \