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

I have deployed solr cloud using helm in gke cluster, below are the steps for deploying which I used (1) helm repo add apache-solr https://solr.apache.org/charts (2) kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.5.1/all-with-dependencies.yaml...

Adding autodetection of solr-operator running on an OpenShift cluster to remove the default Solr fsGroup, and have an empty securityContext on OpenShift. Regular Kubernetes deployments have the same securityContext as...

Solr 8.11 seem to be producing duplicate metrics which is flooding the logs and triggering alerts. This is only when using latest prometheus v2.52.0. Related https://github.com/prometheus/prometheus/issues/14089 This doesn't seem to...

Q - Similar to Kubectl Cordon that disables a pod scheduling on that node, is there equivalent of that for the Solr Operator? 1. The solrcloud-n pod is already active...

Hi, is there an option to set in kind: SolrCloud somehow `automountServiceAccountToken = false` ? This will solve a security recommendation in AKS. So in STS (below the SolrCloud installed...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependency upgrades

Hello everyone, Docs specify that I can disable PodDisruptionBudgets by just setting `availability.podDisruptionBudget.enabled = false` This disables only the Solr PodDisruptionBudgets and not the zk PodDisruptionBudgets. If we read further...

Hello. I have deployed solr in my linode cluster. ``` apiVersion: solr.apache.org/v1beta1 kind: SolrCloud metadata: name: solr namespace: demo spec: replicas: 2 solrImage: tag: 8.11.3 solrModules: - s3-repository backupRepositories: -...

Resolves #709 - [x] Implement - [x] Changelog - [ ] Tests - [x] Documentation