Add MetalLB advertisement

This commit is contained in:
Ryan Cavicchioni 2024-08-05 17:06:41 -05:00
parent f2320f62b4
commit f297d0f55c
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
3 changed files with 17 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

@ -3,3 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- metallb-native.yaml - metallb-native.yaml
- 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