kubernetes-elasticsearch-cluster
kubernetes-elasticsearch-cluster copied to clipboard
Elasticsearch cluster on top of Kubernetes made easy.
Hello, I have a setup with 1 master, 1 data and 1 ingest pod. When I delete the master pod a new master pod will be started, but the existing...
Hello I've followed the instructions to setup a ES cluster in our test k8s cluster and have run into a couple of issues with the data nodes. The first issue...
So debugged it from very begining on my node: ``` systcl -a | grep vm.max_map_count >vm.max_map_count = 262144 cat /proc/sys/fs/file-max >1636119 ulimit -Hn >4096 docker pull quay.io/pires/docker-elasticsearch-kubernetes:6.2.3 systcl -a |...
After several different stages of debugging why my fresh instances are failing to boot, I've tracked it down to the `ES_PLUGINS_INSTALL` option. Without ES_PLUGINS_INSTALL, pods boot fine wihtout issue. Once...
Hello, We are running version 5.6.0 in our K8 1.10.3 cluster with docker version 1.13.1. The es-data nodes, constantly exceed the configured the Xmx value. Settings: ES_JAVA_OPTS=-Xms2048m -Xmx2048m Kubernetes memory...
How do I install the head plugin? I‘m from chain.
Elasticsearch was working fine without memory limit. Java heap space error occurring when we specify memory limit for es-data and es-client. Current elasticsearh yaml(es-client, es-master and es-data) files doesn't included...
Hi, I've been struggling to understand what's causing this, so wonder if you can offer any help. This is something that I can re-reproduce across various kubernetes-elasticsearch repo's (including the...
I tried to deploy the elasticsearch with statefulset, and want to test out the [ new feature "Resizing Persistent Volume" in k8s v1.11 ](https://kubernetes.io/blog/2018/07/12/resizing-persistent-volumes-using-kubernetes/). However, when trying to increase the...