Quick solution
kubectl delete node <node_name>
Please check pods on the node first
kubectl get nodes
look for NotReady
NotReady
kubectl get pods -o wide | ag <node>
Pods should be in Unknown state.
Unknown