Check whether tolerations are missing.
Section: Pending and Unschedulable Pods
Inspect node taints
bash
bash
kubectl describe node <node> | sed -n '/Taints:/,/Unschedulable:/p'Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Pending and Unschedulable Pods
View pod node selectors and affinity
Inspect scheduling constraints from raw YAML.
List PersistentVolumeClaims
Check if pod scheduling is blocked on volume binding.