Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable scheduled restarts of Solr Clouds #281

Closed
HoustonPutman opened this issue Jul 7, 2021 · 0 comments · Fixed by #279
Closed

Enable scheduled restarts of Solr Clouds #281

HoustonPutman opened this issue Jul 7, 2021 · 0 comments · Fixed by #279
Assignees
Labels
Milestone

Comments

@HoustonPutman
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant