# MetalLB configuration for TuringPi K3s cluster # # L2 (ARP) mode only: the cluster advertises LoadBalancer IPs via the default # IPAddressPool + L2Advertisement (resources/metallb.yml). There are no BGP # peers, so FRR is not needed. Disable both the legacy embedded FRR and the # newer frr-k8s daemonset -- their images cause DiskPressure on the small Pi # nodes and add no value without BGP. speaker: frr: enabled: false frrk8s: enabled: false