-
Notifications
You must be signed in to change notification settings - Fork 25
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
Node reaper check for missing node in cloud provider before reaping #47
Comments
Hi @viveksyngh
Are these the scenarios you are referring to? |
@eytan-avisror we have
which means, it is trying to delete a node which has been already removed from cloud provider |
We just encountered this issue as well.. it seems this happens when the instance is detached from the ASG and we call Perhaps one option is to have better handling of this specific error - if |
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
Node reaper got stuck on processing a dud node that didn't exist in AWS but was still in k8s.
What you expected to happen:
We should see if we can introduce a check in node reaper to validate that the node exists in the underlying cloud-provider and if not, delete it from k8s.
How to reproduce it (as minimally and precisely as possible):
Probably remove a node from cloud provider once node reaper has scanned the nodes in k8s and trying to remove them.
Anything else we need to know?:
Environment:
Other debugging information (if applicable):
The text was updated successfully, but these errors were encountered: