Hello :wave: Somebody already have bootstrapped a ...
# k3s
b
Hello 👋 Somebody already have bootstrapped a K3S cluster with Kube-VIP ? I have some troubles to have the control-plane HA with KubeVIP (ARP). When I don't set the bind-address everything works, but the apiserver is available on all interfaces. When I set the bind-address, the apiserver is available through the NodeIP and not with the VIP defined in the KubeVIP. Do you have some inputs ?
s
b
No it's not 😕 You don't set the bind-address, so it works because the apiserver is exposed on all interfaces
m
Hello, I am using https://github.com/techno-tim/k3s-ansible and it works as expected. Here is my customized manifest for the kube-vip: https://gist.github.com/svilcu/019bdb84bf3a6654846d9a7665ba3901
b
Hello 👋 Finally, I set the advertised-address with the VIP and I switch the forwarded mode on KubeVIP to masquerade. The apiserver is now available on the VIP, I will do some tests to expanding the cluster to three nodes and do some disruption to check how the cluster works on node disruption. Thanks!