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

Official Kubernetes operator for Apache Solr

Results 178 solr-operator issues
Sort by recently updated
recently updated
newest added

# Support independent PVC retention policies (whenDeleted/whenScaled) in SolrCloud deployments **Is your feature request related to a problem?** In Kubernetes 1.27+ a new feature was added where a retention policy...

We have installed the Renovate dependency management app on our public GitHub repository. We're experiencing an issue when trying to update our helm dependency for the solr-operator in our GitHub...

I'm running Apache Solr 9.8.0 on Amazon EKS using Helm. I want to modify the security-related HTTP headers that Solr sets—specifically, I want to remove 'unsafe-inline' from the Content-Security-Policy (CSP)...

I have now seen in several Solr clusters in k8s that a POD has experienced complete disk (PVC) loss due to underlying volume provisioning issues, and the POD eventually comes...

I have noticed that the backup functionality does not work when I use a service account with web identity token. I get the error message below. ERROR (OverseerThreadFactory-54-thread-3) [c:Collection s:...

- Provide a fix for the imagePullSecret value that allows Solr Operator users to host the image in their own repositories, protected by authentication. This fix will continue to accept...

Finally adding docs for this issue: https://github.com/apache/solr-operator/issues/675. There appears to be [another issue](https://github.com/apache/solr-operator/issues/736 ) on this topic, so it makes sense to add this to the CRD docs. First time...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...

dependencies
go

Problem is similar to one reported in https://github.com/apache/solr-operator/issues/720 I tried install Solr Operator and Solr Cloud from scratch. ```yaml # secrets apiVersion: v1 data: password: username: kind: Secret metadata: annotations:...

So apparently it's a known issue that if you start customizing the solr.xml file for your sorlcloud cluster various customizations provided by the solr-operator no longer work. One of these...