homelab/MetalLB.md
2026-04-22 14:31:16 -07:00

205 B

helm repo add metallb https://metallb.github.io/metallb helm repo update helm search repo metallb helm dependency build charts/metallb

helm upgrade --install metallb charts/metallb -n kube-system --wait