添加efk提供的repo仓库
helm repo add elastichttps://helm.elastic.co
helm repo search elastic
安装
helm install elasticsearch -n ops --set volumeClaimTemplate.storageClassName=nfs-client-ops elastic/elasticsearch
helm install filebeat -n ops elastic/filebeat
helm install kibana -n ops elastic/kibana
标签:elastic,ops,kibana,repo,EFK,install,helm,安装
From: https://www.cnblogs.com/xone/p/16722469.html