Re: Solr operator and pod disruption budget

2021-07-09 Thread Joel Bernstein
Thanks Houston, that answers my question perfectly. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Jul 9, 2021 at 12:02 PM Houston Putman wrote: > Unfortunately the podDisruptionBudget isn't so useful for Solr > applications. > > If we are merely talking about doing restarts of the Po

Re: Solr operator and pod disruption budget

2021-07-09 Thread Houston Putman
Unfortunately the podDisruptionBudget isn't so useful for Solr applications. If we are merely talking about doing restarts of the Pod Spec (which could include the OS that the Solr image uses), then the updateStrategy takes care of that very well. If you are talking about doing upgrades of the Kub

Solr operator and pod disruption budget

2021-07-09 Thread Joel Bernstein
WIth the Solr operator I see there is an updateStrategy for the managed Solr upgrades. But I don't see anything mentioned about pod disruption budgets. I saw that a Zookeeper pod disruption budget is installed with the Zookeeper that deploys with the Solr operator but I didn't see one for Solr. Do