elasticsearch-operator icon indicating copy to clipboard operation
elasticsearch-operator copied to clipboard

manages elasticsearch clusters

Results 91 elasticsearch-operator issues
Sort by recently updated
recently updated
newest added

…ecured K8s clusters These options make it possible to run the operator and es-clusters on a Kubernetes cluster, that has a Pod Security Policy in place, that: - disallows running...

avoids crash mentioned in #267

I change elasticscrear operator to 0.2.0 version where sysctl daemon set #220 should be deployed in the same namespace where operator was. Unfortunately elasticsearch-operator: 0.2.0 still use `default` namespace: ```...

On change of disk space in cr, underlying PVC is not getting updated in kubernetes by operator. @stevesloka Could you please help? One more question : Can we deploy elasticsearch...

Using deamonset for setting the sysctl parameter "**vm.max_map_count**" spins up a pod in every node in the cluster, which might become an issue in large clusters. Also, the pods will...

Operator was trying to search for these services as "kibana" & "cerebro" whereas the names in the cluster would be something like "kibana-clusterName" & "cerebro-clusterName".

$ kubectl apply -f elasticsearch-cluster.yaml $ kubectl get pods -n logging NAME READY STATUS RESTARTS AGE elasticsearch-operator-6db688bc67-f67vs 1/1 Running 0 53s fluent-bit-2kb5s 1/1 Running 1 17h fluent-bit-7zc6m 1/1 Running 1...

There are times when an entire rolling restart of the cluster would be done. These include scenarios such as: * upgrading to a new version of ES * restarting nodes...

I am trying to install the operator in a local Openshift v3.11 cluster and it fails to start the cluster (see the logs below). The steps I am using to...

snapshot crashloopbackup in gke with gs storage severity: "ERROR" textPayload: "time="yyyy-mm-ddT13:00:19Z" level=error msg="Error attempting to create snapshot: Put https://my_es_url.my_es_namespace.svc.cluster.local:9200/_snapshot/elasticsnapshots/snapshot_yyyy-mm-dd-13-00-19?wait_for_completion=true: http: server gave HTTP response to HTTPS client" Config: snapshot: enabled:...