Compare commits

..

No commits in common. "85a0e41ac92c67ec14a61e10e38745bb5872bfae" and "c3cb59fed5598aba9432b0f048c62b85036e0a40" have entirely different histories.

4 changed files with 4 additions and 20 deletions

View File

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

View File

@ -1,9 +0,0 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2-ip-pool-ad
namespace: metallb-system
spec:
ipAddressPools:
- main-pool

View File

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

View File

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