VitalijusDBentley

Results 4 comments of VitalijusDBentley

Also possible solution is to release with `replicas: 1` and after it is set-up change to desired replica count. Also @HoustonPutman maybe solr-operator could migrate from initContainers to Jobs for...

Knowledge sharing, because documentation does not disclose this --- Solr version: 9.5 [source code](https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/security/PublicKeyHandler.java#L33) When enabling authentication you need to allow `/admin/info/key` public access, otherwise Solr will not be able...

Anyone looking for `SolrPrometheusExporter` 9.6 or older and having problems with Basic Auth and `"blockUnknown": true` upgrade exporter to 9.7 and change SolrPrometheusExporter CRD: ```yaml customKubeOptions: podOptions: envVars: - name:...