xone

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
添加efk提供的repo仓库
helm repo add elastichttps://helm.elastic.co
helm search repo elastic

安装

helm install elasticsearch -n ops --set replicas=2 --set volumeClaimTemplate.storageClassName=nfs-client-ops --set volumeClaimTemplate.resources.requests.storage=100G elastic/elasticsearch

helm install filebeat -n ops --set daemonset.resources.limits.memory="300Mi" elastic/filebeat
helm install kibana -n ops elastic/kibana
posted on 2022-10-19 15:15  周小百  阅读(50)  评论(0编辑  收藏  举报