elasticsearch-operator
elasticsearch-operator copied to clipboard
manages elasticsearch clusters
Hi, Is there a way to specify Kibana and Cerebro requests/limits resources? It would be really helpful for me to make a better split across my nodes. Thank you,
This is rebased scaling feature from "scaling" branch to the latest master branch.
## Description Elasticsearch cluster StatefulSets are created without resource limits set. Setting the `limit` values appear to be [commented out in the code](https://github.com/upmc-enterprises/elasticsearch-operator/blob/6e86ad7bd806e28835a4708bb526b6cb83f078c1/pkg/k8sutil/k8sutil.go#L405-L408) for whatever reason. This is a problem...
As per https://istio.io/help/faq/security/#k8s-health-checks If mutual TLS is enabled, http and tcp health checks from the kubelet will not work since the kubelet does not have Istio-issued certificates. We rather need...
Please get elastic-search operator & elasticsearch listed in the public helm repository i.e. https://github.com/helm/charts
Hi, I'm now wondering how the separation of roles is meant. So with the ES Operator, I can choose to spawn: * client * master * data where ES seems...
Important to avoid a split-brain scenario. > The `discovery.zen.minimum_master_nodes` sets the minimum number of master eligible nodes that need to join a newly elected master in order for an election...
When removing all resources related to the example deployment on GKE (and i suspect other backends), the operator does not clean up the `elasticsearch-operator-sysctl` daemonset and pods. For example in...
Have just rolled current master with [while1eq1's 6.4.1](https://github.com/while1eq1/elasticsearch-kubernetes-searchguard) (thank you!) and saw some `insecure file permissions` warnings in the logs for Elasticsearch pods. I think we can just set file...