elasticsearch-operator
elasticsearch-operator copied to clipboard
manages elasticsearch clusters
This is actually something we can re-produce (and are struggling to understand) on a manually deployed ES cluster, but I've just tested it with the your operator as well, and...
I noticed that we need to install keytool when generating the certs. This should probably be added as a note under the Development section on the README the operator will...
helm repo add akomljen-charts https://raw.githubusercontent.com/komljen/helm-charts/master/charts/ helm repo add es-operator https://raw.githubusercontent.com/upmc-enterprises/elasticsearch-operator/master/charts/ helm repo update helm install --name es-operator es-operator/elasticsearch-operator --set rbac.enabled=false --namespace logging helm install --name efk --namespace logging akomljen-charts/efk
Hey, Are you planning to implement auto-build and version update during PR merge? I see that you use semversion, so maybe travis could release new version of docker images and...
Some users have seen issues where if the masters aren't initialized yet, and data nodes come up, they fail. The operator should handle this for the user and verify each...
We set `vm.max_map_count` via config management on all of our kubelets to 1000000, so the setting here is simply unnecessary.
Hi! I remember that when I started using your operator I enabled SSL for my ES cluster. Since I also enabled Cerebro and Kibana the operator has automatically generated appropriate...
Following up to #220 we should default the namespace to where the operator is running by reading the `NAMESPACE` env variable. Currently, we can specify the namespace via an argument,...
Need to document how to setup LB to access various services within the cluster once created. // #158
Need to document scenarios better so there's less "magic" in how things work. // e.g. #169