first-try
This commit is contained in:
parent
374f052cb5
commit
a67c3f5205
|
@ -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
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: l2-ip-pool-ad
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- main-pool
|
||||
|
|
@ -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
|
|
@ -0,0 +1,5 @@
|
|||
namespace: metallb-system
|
||||
|
||||
resources:
|
||||
- ipaddresspoool.yaml
|
||||
- advertise.yaml
|
Loading…
Reference in New Issue