Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added detection on unschedulable pods #82

Merged
merged 4 commits into from
Mar 28, 2018
Merged

Conversation

ewoutp
Copy link
Contributor

@ewoutp ewoutp commented Mar 27, 2018

This PR extends the pod inspector with checking for unscheduled pods.
If pods are unscheduled for longer than 1min, a PodSchedulingFailure condition is set on the deployment and an event is recorded.
When all pods are properly scheduled, the PodSchedulingFailure is reset (if it was set).

Copy link
Member

@neunhoef neunhoef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ewoutp ewoutp merged commit 980eb95 into master Mar 28, 2018
@ewoutp ewoutp deleted the detect-schedule-failure branch March 28, 2018 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants