Update to disable cni-exclusive for cilium bootstrap.

This commit is contained in:
Joseph Hanson 2024-04-17 12:02:12 -05:00
parent dd4bfe194d
commit 520e6ad2fa

View file

@ -24,7 +24,8 @@ cilium install \
--helm-set=bgpControlPlane.enabled=true \
--helm-set=bgp.enabled=false \
--helm-set=bgp.announce.loadbalancerIP=true \
--helm-set=bgp.announce.podCIDR=false
--helm-set=bgp.announce.podCIDR=false \
--helm-set=cni-exclusive=false
```
## Flux Prep