Compare commits
2 commits
dd4bfe194d
...
07eb40ec85
Author | SHA1 | Date | |
---|---|---|---|
07eb40ec85 | |||
520e6ad2fa |
2 changed files with 3 additions and 2 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
|
||||||
|
|
|
@ -103,7 +103,7 @@ patches:
|
||||||
interfaces:
|
interfaces:
|
||||||
- bond:
|
- bond:
|
||||||
deviceSelectors:
|
deviceSelectors:
|
||||||
- hardwareAddr: 00:d8:61:31:9a:a0
|
- hardwareAddr: d4:5d:64:91:b2:42
|
||||||
mode: active-backup
|
mode: active-backup
|
||||||
dhcp: true
|
dhcp: true
|
||||||
interface: bond0
|
interface: bond0
|
||||||
|
|
Loading…
Reference in a new issue