Pending pods scheduling reason k8s-debug

Extract FailedScheduling reasons for every Pending pod (taints, resources, affinity)

kubectl get po -A --field-selector=status.phase=Pending -o name | xargs -I{} kubectl describe {} -n <ns> | grep -A3 FailedScheduling
more k8s-debug all 27 commands →