Set the ElasticSearch version to be used`export ES_VERSION="8.5.1"`, then install ElasticSearch:
Set the ElasticSearch version to be used, then install ElasticSearch:
```shell
export ES_VERSION="8.5.1"
kubectl create namespace elastic
helm repo add elastic https://helm.elastic.co
helm repo update
export ES_VERSION="8.5.1"
helm upgrade --install\
--version=${ES_VERSION}\
--namespace elastic \
...
...
@@ -260,7 +261,6 @@ helm upgrade --install \
```
NOTES:
- By default each ElasticSearch node has 30GB of storage;
- The number of nodes is set by the `replicas` parameter. not to be confused with the "shard replicas" (copies of a shard);
- The number of replicas (nodes) that can be used in the cluster is limited by the number of nodes in the cluster and by the Kibana deployment that needs a node for itself.
...
...
@@ -383,6 +383,14 @@ fission function delete --name health
fission env delete --name python
```
We now know that the ElasticSearch cluster is up and running, and the Fission installation is successful, let'd