pool
This commit is contained in:
parent
2257620fd7
commit
c307c27ebe
15
MetaObjects/metallb-pool.yml
Normal file
15
MetaObjects/metallb-pool.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: metallb.io/v1beta1
|
||||||
|
kind: IPAddressPool
|
||||||
|
metadata:
|
||||||
|
name: first-pool
|
||||||
|
namespace: metallb-system
|
||||||
|
spec:
|
||||||
|
addresses:
|
||||||
|
- 10.0.2.40-10.0.2.50
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: metallb.io/v1beta1
|
||||||
|
kind: L2Advertisement
|
||||||
|
metadata:
|
||||||
|
name: first-pool-advertisement
|
||||||
|
namespace: metallb-system
|
Loading…
Reference in New Issue
Block a user