diff --git a/non_argo_values/metallb_values.yaml b/non_argo_values/metallb_values.yaml new file mode 100644 index 0000000..88493b3 --- /dev/null +++ b/non_argo_values/metallb_values.yaml @@ -0,0 +1,13 @@ +# 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