Skip to content

Commit

Permalink
Allow changing metallb default pool name (kubernetes-sigs#8111)
Browse files Browse the repository at this point in the history
  • Loading branch information
damjanek authored and LuckySB committed Jun 27, 2023
1 parent 68cf079 commit 7ad7eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/kubernetes-apps/metallb/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ metallb_speaker_tolerations:
key: node-role.kubernetes.io/control-plane
operator: Exists
metallb_controller_tolerations: []
metallb_pool_name: "loadbalanced"
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 7ad7eb0

Please sign in to comment.