k8s-cluster: add metallb

This commit is contained in:
2025-01-21 17:09:12 -06:00
parent 1ce673153d
commit 01ea9b8fde
4 changed files with 2019 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