rancher / community-catalog

Catalog entries contributed by the community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Added Elasticsearch 6.x template for Cattle

kranian opened this issue · comments

commented

I would like to add the new version of Elasticsearch in rancher community catalog. The docker-compose used is based on this article https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html from elastic and refers to the last version of the search engine. The cluster architecture is quite statically defined but I am working on some improvements using the service metadata and confd.
At this point, the cluster is consists of:

2 master nodes
2 client nodes
4 data nodes
1 load balancer on top of the 2 client nodes for HTTP request (Kibana...)
Cheers !

Hi @kranian,

I tried to use Elasticsearch 6.x catalogue, I got a strange error as mentioned in the below-attached screenshot.
screencapture-ec2-13-232-5-6-ap-south-1-compute-amazonaws-8080-env-1a5-apps-stacks-1st25-2018-04-19-20_17_09

Please do let me know if there is any solution.

Thanks

commented

Current community es5 version to es6 version I made it.

Add the following address as a repository to configure es6
https://github.com/kranian/rancher-catalog.git

Tried it again with the given repo, but still same error.
I used this one https://github.com/sandeep-sarpe/elasticsearch-6.2.4 and its working prefect.

Thanks

@kranian, how is your version distinct from the current??

@abdulwahid24 , elasticsearch 6.x community-catalog package was failing to deploy on rancher v1.6.15 or newer. It was fixed with PR's #789 and #790 .

commented

no. I am currently using the community version. Thank you.
In addition, when will 6.3.0 be added?