Is the pod a standalone pod? Or is it created as part of a Deployment or other higher-level object?
Intrigued by the error complaining that the node cannot delete the pod as it is not listed in the Pod's spec.Nodename field. If you describe the pod, what value is in the spec.Nodename field? Also, if you run kubectl get nodes
, I'm assuming EKSGetTokenAuth is the name of one of them?
I realise this isn't an answer and more of an assist with troubleshooting, but unfortunately I don't have enough reputation yet to post this as a comment!