Mike Dame

Results 47 issues of Mike Dame

We have tried enabling this action in https://github.com/kubernetes-sigs/descheduler (see https://github.com/kubernetes-sigs/descheduler/pull/298), but run into the problem that `gh-pages` has branch protection enabled (to verify the linuxfoundation CLA check). This check is...

From https://github.com/kubernetes/sig-release/blob/master/releases/release-1.25/README.md: The 1.25 release cycle is as follows: - **Monday 23rd May 2022**: Week 1 — Release cycle begins - **Thursday 9th June 2022**: Week 3 — [Production Readiness...

Hi all, I'm creating this issue to gauge interest in our longstanding idea of creating a "Descheduler Framework". The general idea is to abstract the Descheduler internals into a library...

kind/feature

We currently have very little measurement on how the Descheduler performs at scale. Issues like https://github.com/kubernetes-sigs/descheduler/issues/774 highlight this lack of information. It would be good to provide benchmarks and identify...

kind/feature
lifecycle/stale

The naming pattern for the original few strategies was `RemovePodsViolating...` and this pattern has since drifted in some strategies (`RemoveDuplicates`, `PodLifeTime`, `LowNodeUtilization`) which raises the question, is the "RemovePods" prefix...

kind/cleanup
lifecycle/rotten

As suggested in https://github.com/kubernetes-sigs/descheduler/issues/501#issuecomment-781967812, it would be nice to improve the pod evictor type to report eviction statistics for individual strategies. Some suggestions were: > ``` > Number of evicted...

kind/feature

When running hack scripts (or `make gen`, which calls them) to generate conversions, etc, outside a project root that matches what is set in [`hack/lib/init.sh`](https://github.com/kubernetes-sigs/descheduler/blob/bd412bf87f72132efad2a07833666463cb909969/hack/lib/init.sh#L46) the scripts will silently fail,...

kind/bug
lifecycle/frozen

**What version of descheduler are you using?** descheduler version: latest **Which descheduler CLI options are you using?** --node-selector **What did you do?** When using `--node-selector` to restrict descheduler to just...

kind/bug
lifecycle/rotten

Now that Louhi builds are set up, this change will be necessary to use the Google-built images in managed AM deployment

### Problem Statement Suggested in https://github.com/open-telemetry/opentelemetry-go/pull/3135#discussion_r966289650, the prometheus exporter should convert otel resource to target_info ### Additional Context https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/data-model.md#resource-attributes-1

enhancement
area:metrics
pkg:exporter:prometheus