kubernetes / kube-state-metrics

Add-on agent to generate and expose cluster-level metrics.
https://kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/
Apache License 2.0
5.21k stars 1.93k forks source link

Update kube-state-metrics helm chart to v2.0 #2290

Closed davthorne closed 6 months ago

davthorne commented 6 months ago

In the current kube-state-metrics (KSM) helm file the version of KSM is 1.9.8 However if I use this helm chart with my datadog monitored GKE clusters I cannot upgrade my cluster ae the KSM version calls deprecated API's

I'd like the version of KSM to be updated to at least v2.0 I'll do this if I am correct via a PR. If there is a better solution please let me know as I am quite inexperienced with KMS and I see no other issues raised about this , which makes me feel like I am mistaken.

k8s-ci-robot commented 6 months ago

This issue is currently awaiting triage.

If kube-state-metrics contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
davthorne commented 6 months ago

Sorry I see this has been sorted out , for anyone else see (https://kubernetes.io/blog/2021/04/13/kube-state-metrics-v-2-0/)