HoustonPutman commented on issue #542:
URL: https://github.com/apache/solr-operator/issues/542#issuecomment-1496064145

   The issue is that the security.json file lives in Zookeeper, not in any of 
the Solr pods.
   
   If you don't want to delete your cluster:
   
   - You can run a `kubectl exec -it <solr-pod-name> -- solr zk rm 
<chroot-if-exists>/security.json`.  Insert one of the Solr Pod Names
   - Then run `kubectl delete pod <solr-pod-name>`.
   
   The pod will come back online and repopulate the security.json field.
   
   If you do want to delete you cluster.
   
   - delete the Solr cluster via `helm delete <solr-release-name>`
   - Wait for everything to go down.
   - run `kubectl get pvc`. If there are any ZK pvcs left, delete them.
   - Recreate your solr helm release.
   
   We can make the docs better here.


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

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to