fix(lb): update metallb install

This commit is contained in:
Philippe Caseiro 2022-11-30 11:00:44 +01:00
parent c3cb59fed5
commit e868f1f961
3 changed files with 19 additions and 0 deletions

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

View File

@ -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

View File

@ -2,3 +2,5 @@ namespace: metallb-system
resources:
- github.com/metallb/metallb/config/native?ref=v0.13.7
- ipaddresspoool.yaml
- advertise.yaml