Compare commits

...

2 Commits

Author SHA1 Message Date
bd75c891e6 upgrade flux on k3s cluster 2025-01-22 13:11:19 -06:00
a2ca2c3fe8 share metallb between all clusters 2025-01-22 13:10:38 -06:00
7 changed files with 693 additions and 2494 deletions

View File

@ -0,0 +1,5 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- metallb-native.yaml

View File

@ -2,6 +2,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- metallb-native.yaml
- ip-address-pool.yaml
- l2-advertisement.yaml

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ metadata:
namespace: flux-system
spec:
interval: 10m0s
path: ./clusters/my-cluster
path: ./clusters/k8s-cluster
prune: true
sourceRef:
kind: GitRepository

View File

@ -2,6 +2,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- metallb-native.yaml
- ip-address-pool.yaml
- l2-advertisement.yaml

File diff suppressed because it is too large Load Diff