Elasticsearch专题精讲——Installing Elasticsearch ——Install ECK using the Helm chart

发布时间 2023-05-01 20:31:11作者: 左扬

Install ECK using the Helm chart

Starting from ECK 1.3.0, a Helm chart is available to install ECK. It is available from the Elastic Helm repository and can be added to your Helm repository list by running the following command:

从 ECK 1.3.0 开始,可以使用 Helm 来安装 ECK。它可以从 Elastic Helm 仓库获得,并且可以通过运行以下命令添加到 Helm 仓库列表中:

helm repo add elastic https://helm.elastic.co
helm repo update

The minimum supported version of Helm is 3.2.0.

Helm 的最小支持版本是3.2.0。