MetalLB IP address range extension (#6023)

* MetalLB IP address range extension

* MetalLB IP address range extension
This commit is contained in:
Samuel Liu
2020-04-27 14:55:28 +08:00
committed by GitHub
parent 98e7a07fba
commit d8345c5eae
2 changed files with 10 additions and 4 deletions

View File

@@ -1,10 +1,12 @@
---
metallb:
ip_range: "10.5.0.50-10.5.0.99"
ip_range:
- "10.5.0.50-10.5.0.99"
protocol: "layer2"
# additional_address_pools:
# kube_service_pool:
# ip_range: "10.5.1.50-10.5.1.99"
# ip_range:
# - 10.5.1.50-10.5.1.99"
# protocol: "layer2"
# auto_assign: false
limits: