Add infra app metallb-conf for cluster IPs

This commit is contained in:
2024-08-26 10:39:52 +10:00
parent af58f48071
commit f7d48608b8
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: k3s-cluster
namespace: metallb-system
spec:
addresses:
- 192.168.10.100/32
- 192.168.10.101/32
- 192.168.10.102/32
- 192.168.10.103/32
- 192.168.10.120/32