Open
Description
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
Labels
No labels