Damien Grisonnet

Results 522 comments of Damien Grisonnet

/assign /triage accepted

Hi @fsmunoz, thank you for reaching out. I won't be able to get the KEP ready before the freeze so I will defer it to 1.28.

@cerberus20 could you please run `make update-lint`, it should make the verify test happy.

FWIW, prometheus-adapter is not impacted by the otel CVE

and I will most likely wait for https://github.com/kubernetes-sigs/custom-metrics-apiserver/pull/168 before cutting a new release of prometheus-adapter

I don't get why we have this `NodeType` structure from https://github.com/kubernetes/kube-state-metrics/pull/2217/. Pods in scheduling state could be handled separately, even maybe with a dedicated CLI option. I think that the...

/assign /triage accepted /kind support

The problem seem to be that when Prometheus has `--native-histograms` enabled, it tries to negociate for protobuf first and we manually force the text format instead since proto isn't supported:...