Forum archive › Kubernetes & Helm Charts
ArchiveError: INSTALLATION FAILED: found in Chart.yaml, but missing in charts/ directory: kube-state-metrics
Problem
User try to install helm chart and gets te following error
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 run helm install command again
or you can install kube-state metrics by running the following commands
git clone https://github.com/devopscube/kube-state-metrics-configs.git
kubectl apply -f kube-state-metrics-configs/
Check that it installs correctly
kubectl get deployments kube-state-metrics -n kube-system
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →