Browse Source
MetalLB: bump to v0.9.5 (#7241)
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
pull/7223/head
Maciej
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
2 deletions
-
inventory/sample/group_vars/k8s-cluster/addons.yml
-
roles/kubernetes-apps/metallb/defaults/main.yml
-
roles/kubernetes-apps/metallb/templates/metallb.yml.j2
|
|
@ -132,7 +132,7 @@ cert_manager_enabled: false |
|
|
|
metallb_enabled: false |
|
|
|
# metallb_ip_range: |
|
|
|
# - "10.5.0.50-10.5.0.99" |
|
|
|
# metallb_version: v0.9.3 |
|
|
|
# metallb_version: v0.9.5 |
|
|
|
# metallb_protocol: "layer2" |
|
|
|
# metallb_port: "7472" |
|
|
|
# metallb_limits_cpu: "100m" |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
--- |
|
|
|
metallb_enabled: false |
|
|
|
metallb_version: v0.9.3 |
|
|
|
metallb_version: v0.9.5 |
|
|
|
metallb_protocol: "layer2" |
|
|
|
metallb_port: "7472" |
|
|
|
metallb_limits_cpu: "100m" |
|
|
|
|
|
@ -306,6 +306,9 @@ spec: |
|
|
|
valueFrom: |
|
|
|
fieldRef: |
|
|
|
fieldPath: status.podIP |
|
|
|
# needed when another software is also using memberlist / port 7946 |
|
|
|
#- name: METALLB_ML_BIND_PORT |
|
|
|
# value: "7946" |
|
|
|
- name: METALLB_ML_LABELS |
|
|
|
value: "app=metallb,component=speaker" |
|
|
|
- name: METALLB_ML_NAMESPACE |
|
|
|