fix(lb): update metallb install
This commit is contained in:
parent
c3cb59fed5
commit
e868f1f961
|
@ -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.220-192.168.10.240
|
|
@ -2,3 +2,5 @@ namespace: metallb-system
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- github.com/metallb/metallb/config/native?ref=v0.13.7
|
- github.com/metallb/metallb/config/native?ref=v0.13.7
|
||||||
|
- ipaddresspoool.yaml
|
||||||
|
- advertise.yaml
|
||||||
|
|
Loading…
Reference in New Issue