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/02/11 18:31:35 UTC

[GitHub] [lucene-solr-operator] HoustonPutman commented on issue #212: Solr cloud never getes deleted when reclaimPolicy is set to Delete

HoustonPutman commented on issue #212:
URL: https://github.com/apache/lucene-solr-operator/issues/212#issuecomment-777699251


   So yes, this is actually expected behavior. If you want to delete your SolrCloud after deleting the Solr Operator, you will need to remove the finalizer from the SolrCloud. Otherwise the SolrCloud will never be able to be deleted.
   
   ```bash
   kubectl patch solrcloud <name> --type='json' -p='[{"op": "remove", "path": "/metadata/finalizers"}]'
   ```
   
   That should do the trick. But I would recommend just deleting the SolrCloud objects before deleting the Solr Operator. It's the easiest way to go, and the PVCs will be handled correctly!


----------------------------------------------------------------
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