Update to disable cni-exclusive for cilium bootstrap.
This commit is contained in:
parent
dd4bfe194d
commit
520e6ad2fa
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ cilium install \
|
||||||
--helm-set=bgpControlPlane.enabled=true \
|
--helm-set=bgpControlPlane.enabled=true \
|
||||||
--helm-set=bgp.enabled=false \
|
--helm-set=bgp.enabled=false \
|
||||||
--helm-set=bgp.announce.loadbalancerIP=true \
|
--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
|
## Flux Prep
|
||||||
|
|
Loading…
Reference in a new issue