RockteMQ-AI commented on issue #187:
URL: 
https://github.com/apache/rocketmq-operator/issues/187#issuecomment-5192848629

   **Issue Evaluation**
   
   Category: `question`
   
   This is likely caused by finalizers or owner references preventing clean 
deletion. Common solutions:
   1. Remove finalizers manually: `kubectl patch deployment <name> --type=json 
-p '[{"op":"remove","path":"/metadata/finalizers"}]'`
   2. Check if the operator's webhook is still running (it may block deletion)
   3. Delete the ReplicaSet directly: `kubectl delete rs <name> --force 
--grace-period=0`
   
   Ensure the operator pod is not in a CrashLoopBackOff state, as this can 
prevent cleanup.
   
   ---
   *Automated evaluation by RockteMQ-AI*


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to