first-try

This commit is contained in:
Philippe Caseiro 2023-04-21 10:25:02 +02:00
parent 374f052cb5
commit a67c3f5205
4 changed files with 24 additions and 2 deletions

View File

@ -3,5 +3,5 @@ kind: Kustomization
namespace: metallb-system
resources:
- ./secrets
- github.com/metallb/metallb/config/native?ref=v0.13.7
- ./secrets
- github.com/metallb/metallb/config/native?ref=v0.13.9

9
lb/advertise.yaml Normal file
View File

@ -0,0 +1,9 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2-ip-pool-ad
namespace: metallb-system
spec:
ipAddressPools:
- main-pool

8
lb/ipaddresspoool.yaml Normal file
View File

@ -0,0 +1,8 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: main-pool
namespace: metallb-system
spec:
addresses:
- 192.168.10.30-192.168.10.36

5
lb/kustomization.yaml Normal file
View File

@ -0,0 +1,5 @@
namespace: metallb-system
resources:
- ipaddresspoool.yaml
- advertise.yaml