This message was deleted.
# general
a
This message was deleted.
c
journalctl -u k3s-agent
?
a
got it, let me start the pods that for some weird reason kill the node
basically, the cluster is working, then I add pods (haproxy ingress controller) and node change to NotReady
well, it start working after I start the server one without the extra kube arg to choose ipvs
Copy code
--kube-proxy-arg proxy-mode=ipvs
c
you can probably figure out from the logs why it’s crashing when you do that
I suspect you’re missing something required for ipvs to work properly?
a
well it is working for us in another 4 clusters with just that, the difference is that in this one we dont have "HA" for the "server"
@creamy-pencil-82913 do u know if AppArmor could prevent ipvs to work properly?
c
I don’t believe so?
you haven’t shared any actual error logs or anything so I don’t really know what you’re working with
a
let me replicate the error
so I can give u an example