Skip to content

Commit e53f7d9

Browse files
committed
enable cilium BGP control plane
1 parent 3a65db7 commit e53f7d9

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

docs/src/topics/addons.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ kubectl label cluster $CLUSTER_NAME cni=cilium --overwrite
5555

5656
Cilium will then be automatically installed via CAAPH into the labeled cluster.
5757

58+
#### Enabled Features
59+
By default, Cilium's [BGP Control Plane](https://docs.cilium.io/en/stable/network/bgp-control-plane/)
60+
is enabled when using Cilium as the CNI.
61+
5862
## CCM
5963

6064
In order for the `InternalIP` and `ExternalIP` of the provisioned Nodes to be set correctly,

templates/addons/cilium/cilium-ipv6.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ spec:
1616
wait: true
1717
timeout: 5m
1818
valuesTemplate: |
19+
bgpControlPlane:
20+
enabled: true
1921
ipv6:
2022
enabled: true
2123
ipam:

templates/addons/cilium/cilium.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ spec:
1616
wait: true
1717
timeout: 5m
1818
valuesTemplate: |
19+
bgpControlPlane:
20+
enabled: true
1921
ipam:
2022
mode: kubernetes
2123
k8s:

0 commit comments

Comments
 (0)