solr-operator
solr-operator copied to clipboard
Official Kubernetes operator for Apache Solr
When running with service accounts on a pod in EKS, a secret containing security information gets automatically mounted on /var/run/secrets/eks.amazonaws.com/serviceaccount/token When trying to make a backup this token is unreachable...
When keeping only the most recent n backups, orphaned files can accumulate in the backup repository. Calling /solr/admin/collections?action=DELETEBACKUP&name=myBackupName&location=/path/to/my/shared/drive&purgeUnused=true will clean those up. See https://solr.apache.org/guide/solr/latest/deployment-guide/collection-management.html for documentation on this api call....
**Environment** Solr Operator Version: 0.8.1 → 0.9.0 (same issue) Solr Image Version: 9.6.1 Platform: GKE Custom Plugins: Yes HPA Configuration: Configured for CPU-based scaling **Issue Description** When scaling up (averageUtilization=10%),...
I am trying to attach a volume from a configmap to an init container but it is not entirely clear how to do it from the CRD spec. I've also...
Users can customize the RBAC permissions given to the operator by various "serviceAccount" helm chart settings. But the docs for these settings don't go into much detail on what permissions...
This PR addresses the possibility to add an `hostName` to the ingress configuration of a given solrcloud instance as described in #667. The change is quit simple. Unfortunately, the `make...
This feature is targeting [this issue](https://github.com/apache/solr-operator/issues/488) - Added `Ovewrite` flag (defaults to false). If flag is true, setup-zk initContainer will check applied security.json against version in the secret and apply...
When creating a SolrBackup Kubernetes object, it successfully performs the first backup and creates a backup for each collection in the S3 bucket. However, after the first backup, subsequent backups...