Forum Navigation
You need to log in to create posts and topics.

Error: INSTALLATION FAILED: found in Chart.yaml, but missing in charts/ directory: kube-state-metrics

Problem

User try to install  elasticsearch components such as metricbeat from github helm chart

https://github.com/elastic/helm-charts

an you get the following error when tryin metricbeat

Error: INSTALLATION FAILED: found in Chart.yaml, but missing in charts/ directory: kube-state-metrics

Solution

move the requirements file

mv requirements.yaml requirements.yaml.orig

and the following command

helm install -f values.yaml metricbeat .