Compare commits

..

2 Commits

Author SHA1 Message Date
Christian Berendt
6865a2a253 Merge 86769b94d7 into 2d0596209e 2024-08-06 18:37:49 +00:00
Christian Berendt
86769b94d7 k3s_server: add kube-vip BGP support
With the kube_vip_bgp parameter it is possible to enable the kube-vip
BGP support (https://kube-vip.io/docs/modes/bgp/).

The configuration is possible with the following new parameters:

* kube_vip_bgp_routerid
* kube_vip_bgp_as
* kube_vip_bgp_peeraddress
* kube_vip_bgp_peeras

Signed-off-by: Christian Berendt <berendt@osism.tech>
2024-08-06 20:37:42 +02:00