Allow changing metallb default pool name (#8111)
parent
ea8e2fc651
commit
4db057e9c2
|
@ -18,3 +18,4 @@ metallb_speaker_tolerations:
|
|||
key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
metallb_controller_tolerations: []
|
||||
metallb_pool_name: "loadbalanced"
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue