techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

Allow IP range for `cilium_bgp_lb_cidr` #507

Closed bdsoha closed 5 months ago

bdsoha commented 5 months ago

Proposed Changes

The current implementation of cilium_bgp_lb_cidr does not allow allow for an IP range to be provided. This PR uses the same syntax as kube_vip_lb_ip_range and metal_lb_ip_range to achieve the same.

Checklist

timothystewart6 commented 5 months ago

Thank you!