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

Make node status updates non-blocking #845

Merged

Conversation

sargun
Copy link
Contributor

@sargun sargun commented Jul 1, 2020

There's a (somewhat) common case we can get into where the node
status update loop is busy while a provider is trying to send
a node status update. Right now, we block the provider from
creating a notification in this case.

@sargun sargun requested a review from cpuguy83 July 1, 2020 19:32
There's a (somewhat) common case we can get into where the node
status update loop is busy while a provider is trying to send
a node status update. Right now, we block the provider from
creating a notification in this case.
@sargun sargun force-pushed the non-blocking-node-status-update branch from f36fd87 to 1e8c168 Compare July 1, 2020 19:33
Copy link
Contributor

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

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

LGTM

@sargun sargun merged commit d6a38ca into virtual-kubelet:master Jul 1, 2020
@sargun sargun deleted the non-blocking-node-status-update branch July 1, 2020 19:47
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.

None yet

2 participants