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

Ignore pods scaling down due to cluster-autoscaler #84

Open
cinderellagarage opened this issue Mar 24, 2022 · 2 comments
Open

Ignore pods scaling down due to cluster-autoscaler #84

cinderellagarage opened this issue Mar 24, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@cinderellagarage
Copy link

cinderellagarage commented Mar 24, 2022

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

@abahmed abahmed added this to kwatch Sep 19, 2022
@abahmed abahmed moved this to 📋 Backlog in kwatch Sep 20, 2022
@abahmed abahmed added the enhancement New feature or request label Sep 21, 2022
@nwsparks
Copy link
Contributor

seems like this could probably be addressed by adjusting terminationGracePeriodSeconds or ignoring the problematic pods via the kwatch config.

https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-terminating-with-grace

@nwsparks
Copy link
Contributor

ignoreFailedGracefulShutdown would solve it also i believe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants