Add files via upload

This commit is contained in:
baschno
2024-05-02 13:54:22 +02:00
committed by GitHub
parent d556e0fed2
commit 4483b2fa8e
5 changed files with 107 additions and 0 deletions

20
01_metallb_config.yml Normal file
View File

@@ -0,0 +1,20 @@
# Metallb address pool
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: cluster-pool
namespace: metallb
spec:
addresses:
- 192.168.178.230-192.168.178.250
---
# L2 configuration
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: metallb-homelab
namespace: metallb
spec:
ipAddressPools:
- cluster-pool