Include BGP in cilium bootstrap for additional CRDs.
This commit is contained in:
parent
39ffd80bef
commit
49c35d6c47
1 changed files with 7 additions and 2 deletions
|
@ -42,5 +42,10 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
extraConfig:
|
extraConfig:
|
||||||
allow-localhost: policy
|
allow-localhost: policy
|
||||||
|
bgp:
|
||||||
|
enabled: false
|
||||||
|
announce:
|
||||||
|
loadbalancerIP: true
|
||||||
|
podCIDR: false
|
||||||
|
bgpControlPlane:
|
||||||
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue