This commit is contained in:
2025-10-02 10:53:56 +02:00
parent 916a6cc141
commit 8e0582206c
2 changed files with 17 additions and 39 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: default-pool
namespace: metallb-system # Or wherever you install MetalLB
spec:
addresses:
- 192.168.178.200-192.168.178.250
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: default-advertisement
namespace: metallb-system # Or wherever you install MetalLB
spec:
ipAddressPools:
- default-pool