Compare commits

..

4 Commits

Author SHA1 Message Date
8e0582206c split 2025-10-02 10:53:56 +02:00
916a6cc141 metallb 2025-10-02 10:43:55 +02:00
faaeb217bf fix metallb control-plane 2025-10-02 10:41:19 +02:00
0184379a5b fix metallb control-plane 2025-10-02 10:39:20 +02:00
2 changed files with 18 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: default-pool
namespace: metallb-system # Or wherever you install MetalLB
spec:
addresses:
- 192.168.178.200-192.168.178.250
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: default-advertisement
namespace: metallb-system # Or wherever you install MetalLB
spec:
ipAddressPools:
- default-pool

View File

@@ -1,8 +1 @@
config: metallb:
config: |
address-pools:
- name: default
protocol: layer2
addresses:
- 192.168.178.200-192.168.178.250