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
Is your feature request related to a problem? Please describe. I am getting errors from expected operations from cluster-autoscaler.
[2022-03-24 14:53:54 +0000 UTC] ScaleDown deleting pod for node scale down [2022-03-24 14:53:55 +0000 UTC] Killing Stopping container kube-proxy
Describe the solution you'd like I would like those to have the option for those messages to be ignored
The text was updated successfully, but these errors were encountered:
seems like this could probably be addressed by adjusting terminationGracePeriodSeconds or ignoring the problematic pods via the kwatch config.
terminationGracePeriodSeconds
https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-terminating-with-grace
Sorry, something went wrong.
ignoreFailedGracefulShutdown would solve it also i believe
No branches or pull requests
Is your feature request related to a problem? Please describe.
I am getting errors from expected operations from cluster-autoscaler.
Describe the solution you'd like
I would like those to have the option for those messages to be ignored
The text was updated successfully, but these errors were encountered: