🔧 Enable hostPort support in Cilium install

This commit is contained in:
Jérôme Petazzoni
2025-11-12 16:54:29 +01:00
parent 312b225d89
commit 09ff8a65d8
+1
View File
@@ -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 \