Add files via upload
This commit is contained in:
20
01_metallb_config.yml
Normal file
20
01_metallb_config.yml
Normal 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
|
||||
Reference in New Issue
Block a user