Files
gilgamezh 2c68a21d0b ops(metallb): upgrade 0.13.12 -> 0.16.1, pin native L2 (no FRR)
0.16.1 chart defaults frr.enabled=false but frrk8s.enabled=true, which
deploys a heavy frr-k8s daemonset. With no BGP peers (pure L2/ARP), FRR is
unnecessary and its images caused DiskPressure on the Pi nodes, evicting a
speaker and stalling the rollout. Disable both frr and frrk8s for a single
-container L2 speaker.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 11:13:59 +02:00

14 lines
457 B
YAML

# 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