Add infrastructure

This commit is contained in:
Grant
2025-02-01 14:19:14 -07:00
parent 5ac5f7c75a
commit cc3f8446d6
8 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: fog-pool
namespace: metallb-system
spec:
addresses:
- 192.168.1.38/32
- 192.168.1.39/32
- 192.168.1.43/32

5
metallb/kubeproxy.yaml Normal file
View File

@@ -0,0 +1,5 @@
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
mode: "ipvs"
ipvs:
strictARP: true

View File

@@ -0,0 +1,5 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: fog
namespace: metallb-system