Skip to content

Commit

Permalink
fix cilium's broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Jul 29, 2024
1 parent cade03b commit a4db46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/topics/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ kubectl label cluster $CLUSTER_NAME cni=$CLUSTER_NAME-cilium --overwrite
Cilium will then be automatically installed via CAAPH into the labeled cluster.

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

## CCM
Expand Down
2 changes: 1 addition & 1 deletion docs/src/topics/flavors/cilium-bgp-lb.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cilium BGP Load-Balancing

This flavor creates special labeled worker nodes for ingress which leverage Cilium's
[BGP Control Plane](https://docs.cilium.io/en/stable/network/bgp-control-plane/)
[BGP Control Plane](https://docs.cilium.io/en/stable/network/bgp-control-plane/bgp-control-plane/)
and [LB IPAM](https://docs.cilium.io/en/stable/network/lb-ipam/) support.

With this flavor, Services exposed via `type: LoadBalancer` automatically get
Expand Down

0 comments on commit a4db46a

Please sign in to comment.