Fix: metallb bootstrap

This commit is contained in:
2025-02-02 14:09:28 +08:00
parent a817ae1e6b
commit a664d90787
7 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: first-pool
spec:
addresses:
- 192.168.20.130-192.168.20.139

View File

@@ -0,0 +1,8 @@
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: advertisement
spec:
ipAddressPools:
- first-pool