solr-operator
solr-operator copied to clipboard
Official Kubernetes operator for Apache Solr
I have deployed solr prometheus exporter for monitoring purpose. It is running on gke but my exporter pod is gettting error of crashloopbackoff. The logs of my exporter pod are...
Hi, what is the current status of Solr Operator. Is it production ready? My understaning from the readme is that Solr Operator is beta and maybe api modifications are possible...
I did set security as per below. solrOptions: security: authenticationType: Basic It generated bootstrap and auth secret and authentication and authorization was working fine. Somehow admin user doesn't able to...
With the Docker Desktop license change, many are looking to alternatives like Podman. It should be fairly easy to support changing out the name of the `docker` executable, and providing...
I have installed the solr operator, and I'm now trying to install solr. To do so, I'm using the chart i found [here](https://artifacthub.io/packages/helm/apache-solr/solr). I would like to install it and...
The default solr.xml does not contain a default entry for maxBooleanClauses. This prevents the value to be set via javaOpts and forces uses to implement a custom config map with...
I'd like to ensure that Zookeeper pods take priority over Solr pods, so that the ZK configuration is more likely to be available for Solr. I haven't seen a lot...
A user can now bootstrap `security.json` through operator, even by providing the raw `security.json` file in a Secret that will be uploaded to ZK on first Solr Pod start through...
Solr Operator seems very picky about the Kubernetes environment it's using (guessing networking/dns)
Solr Operator's working great in about half of the Kubernetes environment I'm testing; but fails in about the other half. It fails for me on MacOS using a kubernetes environment...
Hi guys, First of all thanks for everybody working on this operator, it was quite easy to use even for a Solr noob like me :) I need to access...