restructure repository

This commit is contained in:
2025-01-22 15:00:58 -06:00
parent 1d0565551e
commit e9cacb2ae2
25 changed files with 91 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.240-10.100.100.250

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ip-address-pool.yaml
- l2-advertisement.yaml

View File

@ -0,0 +1,6 @@
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: example
namespace: metallb-system