Mike Dame

Results 391 comments of Mike Dame

> Does just setting it to exclude `ReplicaSet` cover the case here then? I guess for ease-of-use we could internally replace `Deployment` with `ReplicaSet` which would be a small change....

+1 to mentioning this in the readme, but I think this is still fixable. When a user excludes Deployments, we would just need to look at each Pod with a...

What do you think about adding this recursive check in the general case, to apply to more than just Deployments? This came up in OpenShift, where we have `DeploymentConfigs` which...

/remove-lifecycle rotten /lifecycle frozen

Hi @Dentrax, this is something we have toyed with before, so we're definitely interested in it. See the other issue https://github.com/kubernetes-sigs/descheduler/issues/489 and discussion in the matching PR at my first...

So sorry for the delay... I had actually started working on a response to this and got completely distracted! To answer your questions: > You mentioned runMode takes 2 options:...

That's a good point, I think a configurable batch-delay would help the informed strategies run more efficiently and effectively for use cases regarding high frequency periods of updates. Regarding each...