Michael
Michael
Also looking forward to some of the features suggested above... This probably won't be the route for the operator, but posting an alternative idea here for others. Our centralized K8s...
This is also blocking an upgrade for our team. Per @erwanval , it does seem like the zkcli returns error code `1` regardless of the issue. Would it be acceptable...
Thanks @janhoy. I'll move forward with the `bin/solr zk cp` solution then. Makes sense to get off the deprecated zkcli entirely.
@janhoy I'm happy to move this information and change the example to something like a ConfigMap. Is there anywhere we can add "extended docs/examples" though? I understand not wanting to...
Sorry, I mean to link https://github.com/apache/solr-operator/blob/main/config/crd/bases/solr.apache.org_solrclouds.yaml#L7869, which appears to very closely mimic the backup volume CRD. To your point, perhaps this volume example is one specific slice of a very...
Thanks @gerlowskija! As suggested, I have moved this example to the [example/](https://github.com/apache/solr-operator/blob/main/example/) area and changed it to be a ConfigMap.
I've encountered a similar issue here https://github.com/apache/solr-operator/issues/675 (referencing an older issue here: https://github.com/apache/solr-operator/issues/484). I added a PR documenting an additional volume example: https://github.com/apache/solr-operator/pull/739
Turns out you can find the full spec here: https://github.com/apache/solr-operator/blob/main/config/crd/bases/solr.apache.org_solrclouds.yaml#L7038
Hi @jamesla . I've updated this PR to a configmap example directly: https://github.com/apache/solr-operator/pull/739. It appears to work for me locally. Let me know if that works for you.