Node NotReady triage k8s-debug

Read node Conditions then tail kubelet journal to find why node is NotReady

kubectl describe node <node> | grep -A12 Conditions; ssh <node> 'journalctl -u kubelet -n 100 --no-pager'
more k8s-debug all 27 commands →