Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 577 Bytes

2020-04-23-recover_a_crashed_node.md

File metadata and controls

33 lines (24 loc) · 577 Bytes

Recover a crashed node

Category kubernetes
Added on 2020-04-23
Source source

Quick solution

kubectl delete node <node_name>

Please check pods on the node first

kubectl get nodes

look for NotReady

kubectl get pods -o wide | ag <node>

Pods should be in Unknown state.