fix(lb): split metallb intall
This commit is contained in:
parent
f973fd5915
commit
92496d282a
|
@ -1,9 +0,0 @@
|
||||||
apiVersion: metallb.io/v1beta1
|
|
||||||
kind: L2Advertisement
|
|
||||||
metadata:
|
|
||||||
name: l2-ip-pool-ad
|
|
||||||
namespace: metallb-system
|
|
||||||
spec:
|
|
||||||
ipAddressPools:
|
|
||||||
- main-pool
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
apiVersion: metallb.io/v1beta1
|
|
||||||
kind: IPAddressPool
|
|
||||||
metadata:
|
|
||||||
name: main-pool
|
|
||||||
namespace: metallb-system
|
|
||||||
spec:
|
|
||||||
addresses:
|
|
||||||
- 192.168.10.220-192.168.10.240
|
|
|
@ -1,5 +0,0 @@
|
||||||
namespace: metallb-system
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- ipaddresspoool.yaml
|
|
||||||
- advertise.yaml
|
|
|
@ -9,4 +9,3 @@ bases:
|
||||||
- ./redis
|
- ./redis
|
||||||
- ./minio
|
- ./minio
|
||||||
- ./nginx
|
- ./nginx
|
||||||
- ./ipaddresspool
|
|
||||||
|
|
Loading…
Reference in New Issue