Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Detect and report pending pod unschedulable. (#712)
Report event with reason why pending pod cannot be scheduled. Not sure if this should be merged (or not). Troubleshooting why k8s won't run a pod seems best investigated by snooping around the cluster. After all ... pods waiting to be scheduled is anticipated (normal) thing on a busy cluster. This PR opened only to (potentially) help with troubleshooting broken CI. It would be better for the CI test to fetch and log task pods stuck at pending. Signed-off-by: Jeff Ortel <[email protected]>
- Loading branch information