Compare commits
2 Commits
c3cb59fed5
...
85a0e41ac9
Author | SHA1 | Date | |
---|---|---|---|
85a0e41ac9 | |||
e868f1f961 |
@ -1,6 +1,3 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
resources:
|
||||||
kind: Kustomization
|
|
||||||
|
|
||||||
bases:
|
|
||||||
- https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml
|
- https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml
|
||||||
- ippool.yaml
|
- ippool.yaml
|
||||||
|
9
base/metallb/advertise.yaml
Normal file
9
base/metallb/advertise.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: metallb.io/v1beta1
|
||||||
|
kind: L2Advertisement
|
||||||
|
metadata:
|
||||||
|
name: l2-ip-pool-ad
|
||||||
|
namespace: metallb-system
|
||||||
|
spec:
|
||||||
|
ipAddressPools:
|
||||||
|
- main-pool
|
||||||
|
|
8
base/metallb/ipaddresspoool.yaml
Normal file
8
base/metallb/ipaddresspoool.yaml
Normal 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
|
@ -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…
x
Reference in New Issue
Block a user