You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/01/28 17:46:23 UTC

[GitHub] [lucene-solr-operator] HoustonPutman opened a new issue #205: Delete Managed Kube resources that are no longer used

HoustonPutman opened a new issue #205:
URL: https://github.com/apache/lucene-solr-operator/issues/205


   The Solr Operator creates many Kubernetes resources while reconciling.
   
   The operator will often choose to create or not create resources depending on the configuration of Solr resource (e.g. a SolrCloud resource). However if a SolrCloud is setup in a way that a resource is needed, and then the setup is changed so the resource is no longer necessary, the operator does not go and garbage collect that resource.
   
   It would be nice to add this additional level of garbage collection to the operator.
   
   We could possibly design this in a way to auto-collect at the end of a reconcile, or just do it on a case-by-case basis for each resource dependency.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org