Open daanh432 opened 1 year ago
This was closed by https://github.com/techno-tim/k3s-ansible/pull/238 wasn't it @sleiner ?
@timothystewart6 Part of it at least (the kube-vip interface can now be set independently of the flannel one)
Following up on the merge of #238, Is there something holding up the implementation of the example?
Having known we could already specify kube_vip_iface
in the vars file would have been quite useful
PRs are welcome!
Currently it's not possible to have the announced apiserver_endpoint and actual kube-vip endpoint to differ.
With special routing and site-to-site tunnels it would be nice to have the option to override this within the configuration of this ansible-playbook.
Suggested Changes
With a simple change to the vip.yaml.j2 template overriding this would be possible and it wouldn't be an required property or breaking change to existing workflows. I can open a pull request with this change but I'm not quite familiar with the automated test tooling used just yet.
See an example for the required changes to support complex routing configurations below or in this example PR.