Cannot deploy elastic-stack into Kubernetes cluster. Error: found in Chart.yaml

I would like to deploy elastic-stack into Kubernetes cluster. I git clone the chart, use default settings. But, I got errors.

1. git clone https://github.com/helm/charts

2. Create namespace
     kubectl create namespace elastic-stack

3. At $HOME/charts

$ helm install elastic-stack stable/elastic-stack --namespace=elastic-stack

Error: found in Chart.yaml, but missing in charts/ directory: elasticsearch, kibana, filebeat, logstash, fluentd, fluent-bit, fluentd-elasticsearch, nginx-ldapauth-proxy, elasticsearch-curator, elasticsearch-exporter

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.