12
infrastructures/metallb-conf/env/k3s-cluster/cluster-ip.yaml
vendored
Normal file
12
infrastructures/metallb-conf/env/k3s-cluster/cluster-ip.yaml
vendored
Normal 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
|
||||||
12
infrastructures/metallb-conf/env/k3s-cluster/config.json
vendored
Normal file
12
infrastructures/metallb-conf/env/k3s-cluster/config.json
vendored
Normal 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
|
||||||
|
}
|
||||||
4
infrastructures/metallb-conf/env/k3s-cluster/kustomization.yaml
vendored
Normal file
4
infrastructures/metallb-conf/env/k3s-cluster/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- ./cluster-ip.yaml
|
||||||
Reference in New Issue
Block a user