apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 112 forks source link

Move rolling update logic under clusterOp #586

Closed HoustonPutman closed 11 months ago

HoustonPutman commented 12 months ago

A part of https://github.com/apache/solr-operator/issues/560.

This moves the rolling restart logic to work as a lockable cluster operation, like scaleUp and scaleDown.

This will ensure that rolling updates are only executed when scaling is disabled.