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.
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
[ ] Tested locally
[ ] Ran site.yml playbook
[ ] Ran reset.yml playbook
[ ] Did not add any unnecessary changes
[ ] Ran pre-commit install at least once before committing
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 askube_vip_lb_ip_range
andmetal_lb_ip_range
to achieve the same.Checklist
site.yml
playbookreset.yml
playbook