rename old cluster
This commit is contained in:
parent
43edb223d3
commit
e3ce6e1fa7
58 changed files with 0 additions and 0 deletions
5
flux/old_cluster/core/networking/kustomization.yaml
Normal file
5
flux/old_cluster/core/networking/kustomization.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- metallb
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: main-pool
|
||||
namespace: networking
|
||||
spec:
|
||||
addresses:
|
||||
- 10.42.42.150-192.168.42.200
|
27
flux/old_cluster/core/networking/metallb/helm-release.yaml
Normal file
27
flux/old_cluster/core/networking/metallb/helm-release.yaml
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: metallb
|
||||
namespace: networking
|
||||
spec:
|
||||
interval: 5m
|
||||
chart:
|
||||
spec:
|
||||
# renovate: registryUrl=https://metallb.github.io/metallb
|
||||
chart: metallb
|
||||
version: 0.13.4
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: metallb-charts
|
||||
namespace: flux-system
|
||||
interval: 5m
|
||||
values:
|
||||
crds:
|
||||
enabled: true
|
||||
speaker:
|
||||
tolerations:
|
||||
- effect: "NoExecute"
|
||||
operator: "Exists"
|
||||
- effect: "NoSchedule"
|
||||
operator: "Exists"
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- address-pool.yaml
|
||||
- l2advertisement.yaml
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: main-pool
|
||||
namespace: networking
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- main-pool
|
Loading…
Add table
Add a link
Reference in a new issue