Skip to content

Commit

Permalink
k3s: make Kubevip usable via FRR
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 2, 2024
1 parent 92e22dc commit f492e70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion inventory/group_vars/testbed-nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,18 @@ devices: "{{ ansible_local.testbed_ceph_devices }}"

k3s_interface: vxlan1
cilium_iface: "{{ k3s_interface }}"
kube_vip_bgp: true

# k3s -> frr
# cilium -> frr
cilium_bgp_neighbors:
- peer_address: "192.168.128.5"
peer_asn: 64512

# kubevip -> frr
kube_vip_bgp_peers:
- peer_address: "192.168.128.5"
peer_asn: 64512

##########################################################
# frr

Expand Down

0 comments on commit f492e70

Please sign in to comment.