metallb: Migrate to kustomize + helm

This commit is contained in:
2025-07-12 18:38:50 +03:00
parent c7cb495451
commit a03ea7d208
6 changed files with 36 additions and 48 deletions

15
metallb/README.md Normal file
View File

@@ -0,0 +1,15 @@
# MetalLB
## Derployment
With ArgoCD. Render it locally:
```sh
kustomize build . --enable-helm
```
Eventually the external IP should show up here:
```
kubectl get svc -n traefik
```