Kube-state-metrics: error at run "helm repo add kube-state-metrics https://kubernetes.github.io/kube-state-metrics"

Created on 18 Dec 2020  路  4Comments  路  Source: kubernetes/kube-state-metrics

What happened:

helm repo add kube-state-metrics https://kubernetes.github.io/kube-state-metrics

Error: Looks like "https://kubernetes.github.io/kube-state-metrics" is not a valid chart repository or cannot be reached: Failed to fetch https://kubernetes.github.io/kube-state-metrics/index.yaml : 404 Not Found

What you expected to happen:

helm repo add kube-state-metrics https://kubernetes.github.io/kube-state-metrics

"kube-state-metrics" has been added to your repositories

How to reproduce it (as minimally and precisely as possible):
i guess https://kubernetes.github.io/kube-state-metrics/index.yaml is out of line.

Anything else we need to know?:

Environment:

  • helm3 version
    version.BuildInfo{Version:"v3.4.0", GitCommit:"7090a89efc8a18f3d8178bf47d2462450349a004", GitTreeState:"clean", GoVersion:"go1.14.10"}
helm kinbug

Most helpful comment

Why is this closed? The issue still persists . . .

All 4 comments

See this comment here for further explanation. https://github.com/kubernetes/kube-state-metrics/pull/1329#issuecomment-747843662

Any update?

right now the charts/kube-state-metrics is still stick in the v1.9.7 version. If this version is fine for your k8s version, you could:

helm repo add https://charts.helm.sh/stable 

helm repo update

helm search repo -l kube-state-metrics

BTW: the version relationship seems like this:
image

Why is this closed? The issue still persists . . .

Was this page helpful?
0 / 5 - 0 ratings