We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It might be the case that during the lifetime of a kubernetes cluster the underlying nodes can become unreachable at some point.
Claudie should handle the case where deletion of such nodes can be executed without issues.
Currently claudie errors out, as it tries to reach the node and clean it up, but since it is unreachable this will fail forever.
The text was updated successfully, but these errors were encountered:
Despire
No branches or pull requests
It might be the case that during the lifetime of a kubernetes cluster the underlying nodes can become unreachable at some point.
Claudie should handle the case where deletion of such nodes can be executed without issues.
Currently claudie errors out, as it tries to reach the node and clean it up, but since it is unreachable this will fail forever.
The text was updated successfully, but these errors were encountered: