mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 11:42:37 +01:00
Compare commits
3 Commits
master
...
fde7db8b1d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fde7db8b1d | ||
|
|
ec1acd27ee | ||
|
|
ad9239dc55 |
@@ -25,5 +25,10 @@ kind: CiliumLoadBalancerIPPool
|
|||||||
metadata:
|
metadata:
|
||||||
name: "01-lb-pool"
|
name: "01-lb-pool"
|
||||||
spec:
|
spec:
|
||||||
cidrs:
|
blocks:
|
||||||
- cidr: "{{ cilium_bgp_lb_cidr }}"
|
{% if "/" in cilium_bgp_lb_cidr %}
|
||||||
|
- cidr: {{ cilium_bgp_lb_cidr }}
|
||||||
|
{% else %}
|
||||||
|
- start: {{ cilium_bgp_lb_cidr.split('-')[0] }}
|
||||||
|
stop: {{ cilium_bgp_lb_cidr.split('-')[1] }}
|
||||||
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user