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
|
key: node-role.kubernetes.io/control-plane
|
||||||
operator: Exists
|
operator: Exists
|
||||||
metallb_controller_tolerations: []
|
metallb_controller_tolerations: []
|
||||||
|
metallb_pool_name: "loadbalanced"
|
||||||
|
|
|
@ -15,7 +15,7 @@ data:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
address-pools:
|
address-pools:
|
||||||
- name: loadbalanced
|
- name: {{ metallb_pool_name }}
|
||||||
protocol: {{ metallb_protocol }}
|
protocol: {{ metallb_protocol }}
|
||||||
addresses:
|
addresses:
|
||||||
{% for ip_range in metallb_ip_range %}
|
{% for ip_range in metallb_ip_range %}
|
||||||
|
|
Loading…
Reference in New Issue