我想把弹性堆栈部署到Kubernetes集群中。我克隆图表,使用默认设置。但是我有错误。
https://github.com/helm/charts克隆
创建名称空间弹性堆栈
$HOME/charts的
$ helm安装弹性堆栈稳定/弹性堆栈命名空间=弹性堆栈
错误:在Chart.yaml中找到,但在图表/目录中缺失: elasticsearch、kibana、file节拍、logstash、fluentd、fluent位、、nginx-ldapauth-fluent、elasticsearch-curator、elasticsearch-出口商
helm版本version.BuildInfo{版本:“v3.3.0-rc.1”
发布于 2020-08-15 11:34:39
你让马厩回购舵了吗?您可以通过运行helm repo list来检查这个
如果没有,请使用helm repo add stable https://charts.helm.sh/stable添加
https://stackoverflow.com/questions/63386665
复制相似问题