Houston Putman

Results 58 issues of Houston Putman

Resolves #655 - [ ] Add option in the Solr Operator - [ ] Add option to the Solr Operator helm chart, including a volume to store the file in...

There are setups with kuberenetes that require logs to be written to a file, so that they can then be uploaded to the log aggregators. Just logging to stdout does...

controller operations

Thanks to https://issues.apache.org/jira/browse/SOLR-7642, starting with Solr 8.11, the Solr Operator no longer needs to have code to initialize a Zookeeper chRoot if one is provided by the user. The Solr...

cloud
zookeeper

Parent Ticket: https://github.com/apache/solr-operator/issues/536 Currently users can create their own HPA, and have it be used to control a `SolrCloud`'s `spec.replicas` parameter. However if we want to support Autoscaling out-of-the-box, and...

cloud
autoscaling

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....

With the Docker Desktop license change, many are looking to alternatives like Podman. It should be fairly easy to support changing out the name of the `docker` executable, and providing...

enhancement

https://issues.apache.org/jira/browse/SOLR-17240

client:solrj

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

Migration guide can be found here: https://book.kubebuilder.io/migration/migration_guide_gov3_to_gov4