xiaosong372089396 commented on issue #187:
URL: 
https://github.com/apache/rocketmq-operator/issues/187#issuecomment-1763936194

   > > 您的意思是操作员创建的 Pod 在运行后没有被删除吗`helm uninstall`? 
实际上操作员避免了级联删除操作,这在生产中似乎是高风险的。用户必须手动删除 RocketMQ 本身的 pod。
   > 
   > 不会,原因是通过helm install安装的rocketmq Operator服务运行正常,但是无法通过helm 
uninstall删除rocketmq Operator容器pod。原因是replicaSet中的rocketmq算子容器无法删除。结果执行完helm 
uninstall后,又会执行helm install。一次性+1,将有2个rocketmq运营商容器服务。我很苦恼。希望能解决,或者有什么办法解决吗?
   
   kubectl 获取 rs
   
   Rocketmq-operator-66c596bf54 1 1 1 5m3s
   Rocketmq-operator-674f864b48 1 1 0 11m
   Rocketmq-operator-c48db88cc 1 1 0 5m59s
   
   There are multiple replicaset container services. Currently, they can only 
be deleted through the kubectl rs command, which is very distressing.


-- 
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: commits-unsubscr...@rocketmq.apache.org

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

Reply via email to