🔧 Enable hostPort support in Cilium install

This commit is contained in:
Jérôme Petazzoni
2025-11-11 11:08:43 +01:00
parent bc97f8c38c
commit de1d7430fd

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 \