Merge pull request #814 from 3dwardch3ng/infra/metallb

Infra/metallb
This commit is contained in:
2024-08-26 10:42:57 +10:00
committed by GitHub
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: k3s-cluster-ips
namespace: metallb-system
spec:
addresses:
- 192.168.10.100/32
- 192.168.10.101/32
- 192.168.10.102/32
- 192.168.10.103/32
- 192.168.10.120/32

View File

@@ -0,0 +1,12 @@
{
"appName": "metallb-conf",
"userGivenName": "metallb-conf",
"namespace": "metallb",
"destNamespace": "metallb",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/metallb-conf/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./cluster-ip.yaml