add metallb pool

This commit is contained in:
James Andariese 2023-04-27 20:46:38 -05:00
parent 89c5a0df8d
commit da9d9867e0

15
metallb/pool.yaml Normal file
View File

@ -0,0 +1,15 @@
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: host-17
namespace: metallb-system
spec:
addresses:
- "172.16.17.5-172.16.17.250"
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: cascade
namespace: metallb-system