Amir Alavi

Results 236 comments of Amir Alavi

cc: @pravarag since you wanted to look into this. I think we could do something like: ``` docker pull kindest/node:v1.30.0 || build_kind_image_from_source ```

Wouldn't that still get us blocked on kind image being released? Unless that's intentional?

Thanks @pravarag , no worries I totally understand how open-source goes and we certainly appreciate your contribution. the images are published quickly now too so it's not as urgent: https://hub.docker.com/r/kindest/node/tags

Would you be able to use the existing [RemovePodsViolatingNodeTaints](https://github.com/kubernetes-sigs/descheduler#removepodsviolatingnodetaints)?

/hold we should discuss this in the next descheduler meeting as it is considered breaking changes

/remove-lifecycle stale @damemi thoughts? how should we handle metric name changes?

Hi @jmk47912204 how are you defining it? This is how I've defined it for Datadog using PodSpec annotations ``` kind: Deployment ... spec: template: metadata: annotations: ad.datadoghq.com/descheduler.checks: | { "openmetrics":...