elasticsearch-operator
elasticsearch-operator copied to clipboard
manages elasticsearch clusters
@stevesloka How hard would it be to re-enable X-Pack? While searching through issues I also have seen some mention that X-Pack was causing some issues - Do you know if...
The current create-snapshot-repository cronjob is running every 30 minutes, it should run only once. ## ES logs ``` java.lang.IllegalStateException: trying to modify or unregister repository that is currently used at...
Ran into an issue with .Chart.Name when nesting the chart. The name can contain capitals and container names don't like that. Could you apply something like the following please? ```...
It'd be great if I could specify that the es storage be encrypted.
We customize the domain of our k8s clusters from something other than `cluster.local` because we advertise our cluster ips via bgp (using kube-router). Each cluster has it's own domain. the...
Looks like the cronjob that does snapshots is getting stuck somewhere: ``` 2018/04/27 23:07:55 [elasticsearch-cron] is up and running! 2018-04-27 23:07:55.208610306 +0000 UTC m=+0.001643516 time="2018-04-27T23:07:55Z" level=info msg="About to create snapshot..."...
Given I have two `ElasticsearchCluster` resources, in different namespaces but within the same cluster, and both those resources have the same name ("mycluster"), it seems that the operator creates two...
I tried using the operator in my cluster, and was stumped by the following crash: ``` time="2018-05-23T02:07:40Z" level=info msg="Found 0 existing clusters " time="2018-05-23T02:07:40Z" level=info msg="Watching for elasticsearch events..." panic:...
How can I expose resources created with the `operator` helm charts (on AWS) ? ``` kubectl expose deployment.extensions/kibana-database-cluster \ --type=LoadBalancer --name=kibana-access kubectl expose service/elasticsearch-database-cluster \ --type=LoadBalancer --name=elasticsearch-access ``` Services and...
Suddenly all my es client pods are failing to start and the logs contain the following errors: ``` chown: /elasticsearch/config/certs/..data: Read-only file system chown: /elasticsearch/config/certs/kibana-key.pem: Read-only file system chown: /elasticsearch/config/certs/node-key.pem:...