Open
Description
When using kube-vip in bgp mode with multiple bgp peers using: kube_vip_bgp_peers variable it does not work due to this error.
{% if _kube_vip_bgp_peers | length > 0 %}
- name: bgppeers <- This variable here
value: "{{ _kube_vip_bgp_peers | map(attribute='peer_address') | zip(_kube_vip_bgp_peers| map(attribute='peer_asn')) | map('join', ',') | join(':') }}" # yamllint disable-line rule:line-length
{% else %}
This should be according to: https://kube-vip.io/docs/installation/flags/#environment-variables bgp_peers, not bgppeers.
Metadata
Metadata
Assignees
Labels
No labels