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

We support topologySpreadConstraint in #350, so Solr PODs are spread across AZs. But for Solr to be able to place replicas across AZs with the [Affinity placement plugin](https://solr.apache.org/guide/solr/latest/configuration-guide/replica-placement-plugins.html#affinityplacementfactory), Solr needs...

After upgrading the SOLR Operator solr cloud instances automatically restart and upgrade. Would like to be able to initiate an upgrade on demand.

Using the the `SolrClouds` CR and `Ingress` external addressability method, is there a way to expose Solr under a sub-path, i.e. something like `https://my.custom.domain/some/path/to/solr`?

cloud
networking

Hi @HoustonPutman, I am facing error while taking backup of solr cluster using the following command which is defined in the documentation. You can also see the attached screenshot of...

Today we use busybox image with root user to run the cp-solr-xml init. This prevents `runAsNonRoot: true` to be set on the Solr pod. Either find a variant of busybox...

Attempts to address: https://github.com/apache/solr-operator/issues/535

Kubernetes ClusterIP Services allow for sessionAffinity, and customization of the max session stickiness timeout. More information can be found here: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity All we would need is these options to be...

enhancement
good first issue
cloud
custom kube options

Fixes #506 and #547 Aas mentioned in https://github.com/apache/solr-operator/issues/506#issuecomment-1554854917, there are a few reasons why this bug can possibly occur. We will try to address all of them in this PR....

I have created solrcloud using the yaml defined below ``` `apiVersion: solr.apache.org/v1beta1 kind: SolrCloud metadata: name: example namespace: dev-backend spec: backupRepositories: - name: "gcs-backups-1" gcs: bucket: "vipul-test-bucket" # Required gcsCredentialSecret:...

question
backup

I have a GKE autoPilot pod with a relatively vanilla setup with tlsTermination at Ingress and 3 pods. Everything works except for the backup feature. I use Solr-operator 0.6.0, solr:...

bug
backup