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

exclude nodes which are not schedulable from neighbour checks #13

Merged
merged 1 commit into from
Dec 9, 2020

Conversation

ghouscht
Copy link
Contributor

@ghouscht ghouscht commented Dec 8, 2020

Kubenurse currently checks all othe kubenurse instances and reports metrics about the reachability of those neighbours. Due to the fact, that kubenurse runs as a Daemonset, it is not possible to evict pods.

Assume an operator performs a disruptive maintenance task on a node and thus disables scheduling on that node. The kubenurse pod of the affected node continues to run an may report errors depending on the task performed. This PR excludes neighbour Pods on nodes which are disabled and thus helps to improve this situation. A follow-up is required to disable other checks on nodes which are disabled.

related to #13

@ghouscht ghouscht changed the title DRAFT: exclude nodes which are not schedulable from neighbour checks exclude nodes which are not schedulable from neighbour checks Dec 9, 2020
@djboris9
Copy link
Collaborator

djboris9 commented Dec 9, 2020

🍻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants