Skip to content

Error in k3s_server : Deploy metallb manifest: 'cilium_bgp' is undefined #644

Open
@arcenik

Description

@arcenik

The task Deploy metallb manifest fails

TASK [k3s_server : Deploy metallb manifest]
The conditional check 'kube_vip_lb_ip_range is not defined and (not cilium_bgp or cilium_iface is not defined)' failed.
The error was: error while evaluating conditional (kube_vip_lb_ip_range is not defined and (not cilium_bgp or cilium_iface is not defined)): 'cilium_bgp' is undefined

I have none of the concerned variables (kube_vip_lb_ip_range, cilium_bgp, cilium_iface).

It looks like the problem comes from this commit e8cd10d

-  when: kube_vip_lb_ip_range is not defined and (cilium_bgp is not defined or cilium_iface is not defined)
+  when: kube_vip_lb_ip_range is not defined and (not cilium_bgp or cilium_iface is not defined)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions