Compare commits
No commits in common. "85a0e41ac92c67ec14a61e10e38745bb5872bfae" and "c3cb59fed5598aba9432b0f048c62b85036e0a40" have entirely different histories.
85a0e41ac9
...
c3cb59fed5
|
@ -1,3 +1,6 @@
|
|||
resources:
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
bases:
|
||||
- https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml
|
||||
- ippool.yaml
|
||||
|
|
|
@ -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
|
|
@ -2,5 +2,3 @@ namespace: metallb-system
|
|||
|
||||
resources:
|
||||
- github.com/metallb/metallb/config/native?ref=v0.13.7
|
||||
- ipaddresspoool.yaml
|
||||
- advertise.yaml
|
||||
|
|
Loading…
Reference in New Issue