k8s-cluster: add metallb

This commit is contained in:
2025-01-21 17:09:12 -06:00
parent 1ce673153d
commit 49af6b6bc3
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: first-pool
namespace: metallb-system
spec:
addresses:
- 10.100.100.220-10.100.100.230