Skip to content
Snippets Groups Projects
Commit a836f418 authored by Dennis Rilorin's avatar Dennis Rilorin
Browse files

Testing metallb-config

parent 519eb9c3
Branches
Tags dev
No related merge requests found
......@@ -20,3 +20,23 @@ spec:
automated: {}
syncOptions:
- CreateNamespace=true
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: first-pool
namespace: metallb-system
spec:
addresses:
- 192.168.56.110-192.168.56.120
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2advertisement1
namespace: metallb-system
spec:
ipAddressPools:
- first-pool
interfaces:
- eth1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment