Hello RKE team, We experienced a network outage in...
# rke2
c
Hello RKE team, We experienced a network outage in our production data center, which lasted for 30 minutes. Although the network is now back to normal, we have noticed that some kube-proxy instances have abnormal conditions, and we are unable to view the logs.
Copy code
kubectl get po -o yaml kube-proxy-rke-worker-03
Error from server (NotFound): pods "kube-proxy-rke-worker-03" not found
I tried to delete it but couldn't, it remains in the Terminating state. I plan to restart it, but I can't find a way. 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. So kube-proxy may still be working. We are using the Cilium plugin with RKE2 version 1.26. How should we proceed?