错误:在Chart.yaml中找到,但在Charts /目录中丢失:elasticsearch,kibana,filebeat,logstash

问题描述

我想将弹性堆栈部署到Kubernetes集群中。我git克隆图表,使用认设置。但是,我遇到了错误

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

  2. 创建名称空间

    kubectl创建名称空间弹性堆栈

  3. 在$ HOME /图中

$ helm install弹性堆栈稳定/弹性堆栈--namespace = elastic-stack

错误:在Chart.yaml中找到,但在Charts /目录中丢失:elasticsearch,kibana,filebeat,logstash,fluentd,fluent-bit,fluentd-elasticsearch,Nginx-ldapauth-proxy,elasticsearch-curator,elasticsearch-exporter

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

解决方法

您是否已启用头盔的稳定仓库?您可以通过运行helm repo list

进行检查

如果没有,请使用helm repo add stable https://kubernetes-charts.storage.googleapis.com

添加