mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Allow changing metallb default pool name (#8111)
This commit is contained in:
@@ -15,7 +15,7 @@ data:
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
address-pools:
|
||||
- name: loadbalanced
|
||||
- name: {{ metallb_pool_name }}
|
||||
protocol: {{ metallb_protocol }}
|
||||
addresses:
|
||||
{% for ip_range in metallb_ip_range %}
|
||||
|
||||
Reference in New Issue
Block a user