Houston Putman
Houston Putman
Closed in https://github.com/apache/solr-operator/pull/482
This is a very good callout, so thank you for bringing it up. We can easily add a PodDisruptionBudget for the entire SolrCloud cluster, and the `maxUnavailable` can be populated...
> Just had a thought on this after perusing the docs further to see if there's anything I could find to support our end goals within current constraints: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget I...
Could you run `kubectl describe zookeepercluster`? In the code, the Solr Operator should be doing the right thing here: https://github.com/apache/solr-operator/blob/v0.6.0/controllers/util/zk_util.go#L119
Thanks for finding this bug! You can fix it yourself locally by not setting a custom name for your data PVCs, but we will get a fix in as soon...
Hey y'all thanks for this discussion! If y'all make a Solr issue (and/or PR, we always love new contributors!) then I'll help shepherd it through. I'm out for the next...
This will be fixed in the next releases (8.11.3 and 9.1.0), so I think we can go ahead and close this.
If these changes are ok to run in other environments, we could utilize that patch. Make a PR and we can go from there. I'm glad you found a workaround...
Yeah let's get this in main. Probably best to not introduce it in a late 9x version
Thanks for putting in the work @risdenk ! I will push to add this for 10x only this summer.