-
Hello RKE team,
I tried to delete it but couldn't, it remains in the Terminating state. Also, for the kube-proxy on worker-03, although it's in an abnormal state, I created an nginx pod and bound it to worker-03. Accessing its service still works. We are using the Cilium plugin with RKE2 version 1.26. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If the node is in an indeterminate state and containers are not manageable, I would probably recommend draining/cordoning it, followed by a reboot of the host. You could try just running the For root cause, you might look at the kubelet and containerd logs around the time where the pod went into the terminating state. |
Beta Was this translation helpful? Give feedback.
If the node is in an indeterminate state and containers are not manageable, I would probably recommend draining/cordoning it, followed by a reboot of the host. You could try just running the
rke2-killall.sh
script and then restarting rke2, but a reboot may be preferable.For root cause, you might look at the kubelet and containerd logs around the time where the pod went into the terminating state.