Find pods waiting to schedule or start.
Section: Rollout and Scheduling Failures
List pending pods
bash
bash
kubectl get pods -A --field-selector=status.phase=PendingExplanation
Find pods waiting to schedule or start.
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 Rollout and Scheduling Failures