Remove custom setup.

This commit is contained in:
2025-06-24 17:50:43 -07:00
parent f1fe4f9cc2
commit 36196f5095
43 changed files with 0 additions and 11769 deletions

View File

@@ -1,3 +0,0 @@
namespace: metallb-system
resources:
- pool.yaml

View File

@@ -1,19 +0,0 @@
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: first-pool
namespace: metallb-system
spec:
addresses:
- 192.168.8.20-192.168.8.29
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2-advertisement
namespace: metallb-system
spec:
ipAddressPools:
- first-pool

View File

@@ -1,3 +0,0 @@
namespace: metallb-system
resources:
- github.com/metallb/metallb/config/native?ref=v0.15.0