Skip to content

Commit

Permalink
configure k3s
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Sep 23, 2024
1 parent df07a72 commit 2590e05
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions environments/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,17 @@ cluster_cidr: "10.52.0.0/16"
cilium_mode: "native"

k3s_interface: "dummy0"
kube_vip_iface: "dummy0"
calico_iface: "dummy0"

#kube_vip_iface: "dummy0"
#calico_iface: "dummy0"
#flannel_iface: "dummy0"
#cilium_iface: "dummy0"
# Because the FRR instance on the node itself is responsible for propagate routes
# to the metallb endpoints, there is no need to have a extra BGP routing instance in K3s.
kube_vip_bgp: false

# ARP Broadcasts are not available in Layer3 Underlay Networks, therefore we disabled it
# to make leader election functional.
kube_vip_arp: false

#metal_lb_type: "frr"
#metal_lb_mode: "bgp"

##########################
# docker
Expand Down

0 comments on commit 2590e05

Please sign in to comment.