MenD32

Results 50 comments of MenD32

> What I would propose to do here: > > * Introduce a new flag `--max-taint-age`. (Better naming suggestions are welcome 🙂) Defaulting it to 0 would preserve existing behavior,...

Hi, I accidentally messed up the branch for this by pushing the old implementation (with the unneeded-since annotation) instead of the new implementation that uses taints, which existed on a...

@x13n do you think you can take another look at the changes?

@x13n things got a bit messy with the git rebase, but I squashed the branch. some labels where added to the PR that shouldn't have been unfortunately.

I'd like to become a kubernetes org member so I could contribute to this project more, @jackfrancis do you think you can sponsor my membership request?

I actually already got approved earlier today, hope to see you in future PRs :)

I was wondering if using using SIGTERM instead of SIGKILL is necessary when terminating daemon containers

/label tide/merge-method-squash

@towca I had to revert https://github.com/kubernetes/autoscaler/pull/8539 in this PR because the partitionable devices feature is only available in `k8s.io/api/resource/v1beta1` and has not yet been released into `k8s.io/api/resource/v1`

@towca this the same PR as https://github.com/kubernetes/autoscaler/pull/8160 which I had to close because I had some issues reverting https://github.com/kubernetes/autoscaler/pull/8539. I'm not sure if reverting was in fact the right move,...