mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-26 21:00:35 +00:00
Currently when checking for unscheduled pods an exception will be raised if a pod is not scheduled and the status is unknown. This update modifies the logic to include any pod without a NodeName in the not scheduled pods returned. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>