Диагностика узла NotReady k8s-debug

Смотрит Conditions узла, затем хвост журнала kubelet, чтобы понять причину NotReady

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