solr-operator
solr-operator copied to clipboard
Official Kubernetes operator for Apache Solr
Documentation links seem to be broken. They are set as https://apache.github.io/solr-operator/docs/upgrade-notes.html most places, but that’s a 404 now, and removing `/docs` from the path works. So https://apache.github.io/solr-operator/upgrade-notes.html is working. @HoustonPutman...
Asked in https://kubernetes.slack.com/archives/CQSNS615F/p1639651250121300, recommended to bring here. I’m seeing an issue where my Solr cloud (3 replicas) doesn’t recover when cert-manager renews the certificate. It seems to be tied to...
Fixes #390 ~ by allowing the JVM cacerts to get merged in with the user-supplied truststore (Let's Encrypt's CA is in the cacerts for modern JVM) Users can now configure...
The default `security.json` generated by the operator has full CollectionAPI access, see https://github.com/apache/solr-operator/blob/84a7781e498a92a66d62eac2a3515c1646bd5ce6/controllers/util/solr_security_util.go#L351 Since the operator typically is using BasicAuth, which is les secure than other auth methods, it could...
I'm running the suggested steps in a GKE cluster, I don't have a registered DNS, i just want to connect to solr using the External IPs which will be provided...
I created a SolrCloud and enable authentication, and then I closed authentication for some reason. When I changed CR, I found that operator can not work. ``` 2022-06-13T02:04:45.551Z INFO controller-runtime.manager.controller.solrcloud...
Hello, I am fairly new to SolrCloud to please bear with me if anything here is obvious I am trying to have my solrcloud use a preexisting TLS cert. I...
It would be helpful to be able to supply a list of ports in the solrAddressability instead of only have a single podPort possible. My specific use case is to...
I have a setup on Google Kubernetes Engine where I deploy a cluster in each of three regions. To index data, I need access from outside the cluster, but all...
This is a running list and will be updated overtime. - Solr modules have moved from contrib/ to modules/ (SOLR-15917) - This may not be an issue. We can double-add...