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

8 lines
205 B
Markdown

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