You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For various reasons, users might want to restart their Solr Clouds on some sort of schedule. This could be for stability, Client Auth cert renewal, etc. It is possible for users to enable this themselves, but it's also something that can be easily supported by the operator without having to write risky code client-side.
The operator should be able to support this by merely setting a time annotation on the Solr pod template, and scheduling a reconcile for when the next scheduled restart should take place.
Using a Kubernetes CronJob would likely be overkill, and dealing with images and permissions to modify the statefulSet or SolrCloud would be more painful than including it as an option in the SolrCloud spec.
The text was updated successfully, but these errors were encountered:
For various reasons, users might want to restart their Solr Clouds on some sort of schedule. This could be for stability, Client Auth cert renewal, etc. It is possible for users to enable this themselves, but it's also something that can be easily supported by the operator without having to write risky code client-side.
The operator should be able to support this by merely setting a time annotation on the Solr pod template, and scheduling a reconcile for when the next scheduled restart should take place.
Using a Kubernetes
CronJob
would likely be overkill, and dealing with images and permissions to modify the statefulSet or SolrCloud would be more painful than including it as an option in the SolrCloud spec.The text was updated successfully, but these errors were encountered: