You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/references/parameters.adoc
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -691,6 +691,28 @@ Whether to enable the BGP control plane feature in Cilium.
691
691
692
692
See the https://docs.cilium.io/en/{helm-minor-version}/network/bgp-control-plane/bgp-control-plane-v2/[upstream BGP control plane documentation] for details on the architecture and the individual custom resources mentioned in this section.
693
693
694
+
=== `bgp.enterprise`
695
+
696
+
[horizontal]
697
+
type:: bool
698
+
default:: `false`
699
+
700
+
Whether to enable the enterprise BGP control plane feature in Cilium.
701
+
This parameter has no effect if the component is used to deploy non-enterprise Cilium.
702
+
703
+
When this parameter is set to `true`, the component will copy the contents of Helm value `bgpControlPlane` to Helm value `enterprise.bgpControlPlane`.
704
+
Additionally, the component will override Helm value `bgpControlPlane.enabled` to `false`, since Cilium doesn't support having both control planes enabled simultaneously.
705
+
This mechanism allows users to switch between the non-enterprise and enterprise BGP control plane without having to manually move Helm values.
706
+
707
+
See the https://docs.isovalent.com/configuration-guide/networking/bgp/index.html[Enterprise documentation] for details on the enterprise BGP control plane.
708
+
709
+
[NOTE]
710
+
====
711
+
The component will automatically deploy `IsovalentBGP*` resources instead of `CiliumBGP*` resources for the following parameters when the enterprise control plane is enabled.
712
+
713
+
The `IsovalentBGP*` resources are structurally equivalent to the `CiliumBGP*` resources, but support the additional enterprise features, such as egress IP announcements.
0 commit comments