Damian Szeluga
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
roles/kubernetes-apps/metallb/defaults/main.yml
-
roles/kubernetes-apps/metallb/templates/metallb-config.yml.j2
|
@ -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 %} |
|
|