You can force delete the pod using the following command:
kubectl delete pod POD_NAME --grace-period=0 --force -n NAMESPACE_NAME
This should quickly get rid of that pod.
You can force delete the pod using the following command:
kubectl delete pod POD_NAME --grace-period=0 --force -n NAMESPACE_NAME
This should quickly get rid of that pod.