Error: found in Chart.yaml, but missing in charts/ directory: elasticsearch, kibana, filebeat, logstash

Error: found in Chart.yaml, but missing in charts/ directory: elasticsearch, kibana, filebeat, logstash

我想将 elastic-stack 部署到 Kubernetes 集群中。我 git 克隆图表,使用默认设置。但是,我遇到了错误。

  1. git 克隆 https://github.com/helm/charts

  2. 创建命名空间

    kubectl 创建命名空间弹性堆栈

  3. $HOME/charts

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

错误:在 Chart.yaml 中找到,但在图表/目录中丢失:elasticsearch、kibana、filebeat、logstash、fluentd、fluent-bit、fluentd-elasticsearch、nginx-ldapauth-proxy、elasticsearch-curator、弹性搜索导出器

头盔版本 version.BuildInfo{版本:"v3.3.0-rc.1"

你是否为 helm 启用了稳定的 repo?您可以通过 运行 helm repo list

检查

如果没有,请使用helm repo add stable https://charts.helm.sh/stable

添加