Houston Putman
Houston Putman
The only way to get information from the controllers is currently via the logs. Kubebuilder has a way of adding events to the resource, so that kubectl describe will show...
We currently have fairly good testing around creating new Solr Clouds & Prometheus Exporters. However, the unit tests do not check that values of dependent resources are correctly updated when...
Fixes #479 Also updating some descriptions in the SolrCloud CRD.
Fixes #471 I also had to upgrade the Kubernetes libraries in go to 1.21, in order to get the v1 version of the `PodDisruptionBudget`. That is why there are so...
https://issues.apache.org/jira/browse/SOLR-17065 - [x] Absorb the CrossDC Consumer/Producer/Common - [x] Have the build work - [ ] Fix the compilation warning and uncomment the lines from `javac.gradle` - [ ] Have...
https://issues.apache.org/jira/browse/SOLR-17104
[SOLR-17105](https://issues.apache.org/jira/browse/SOLR-17105) & [SOLR-17366](https://issues.apache.org/jira/browse/SOLR-17366)
There are many beans that are processed separately from the farm on which they are grown. It would be great to be able to specify a farm as well as...
Currently in the PrometheusExporter spec, you must specify a `basicAuthSecret` if you have BasicAuth enabled on a solrCloud. The operator should be able to detect if the SolrCloud is setup...