Hello! I've got a bit of a weird one and I can't ...
# rke2
f
Hello! I've got a bit of a weird one and I can't seem to find the cause: I'm running RKE2 in an Ubuntu VM. I added a static pod manifest for kube-vip (which creates a floating IP for apiserver via L2). It works! Except when a node reboots for any reason, the pod doesn't restart. The only way to clear it and get the pod to restart is to use crictl to delete the dead (exited) container then restart rke2-server. Nothing else seems to work. I can't find anything meaningful in containerd or kubelet logs 😞