Skip to content
Features:
- k3s_server: add kube-vip BGP support (f301a01c48c0dbcb260f145e7bde72ec6b4244b3)

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

- Make it possible to disable the creation of the kubectl/crictl symlinks (1e13d0b08f924e4dcf202de5724d11e5f5a840a3)

If k3s_create_kubectl_symlink is set to false the kubectl symlink will
not be created.

If k3s_create_crictl_symlink is set to false the crictl symlink will not
be created.

By default the symlinks will be created. The default behavior is not
changed.

- Add default values to roles (0d9494ffbec783773b64d8fcb1cc821605bf4b07)

- k3s_server: add kube_vip_arp parameter (bca43a84877556adad1fdef614dad6c9af914ec5)

With the kube_vip_arp parameter it is possible to set or unset the
vip_arp environment variable of the kube-vip-ds daemonset. The value of
the kube_vip_arp is true by default to not change the existing default.

- chore(deps): Updated all k8s components (c273b57b1c355af9467efe6c00fe00eadd3ca445)

* Metallb 0.14.4 support (#533)
* Added support for metallb >= 0.14.4
* update gpg
* Added support for metallb >= 0.14.4
* remove extra file

Fixes: 
- k3s_server: add missing parameter descriptions (9a243eeb3b2b68e971c82fa03fbdfe7c1df0da83)