Can't delete rabbitmq-cluster #1410
-
| I am not sure whether this is a bug or I am doing sth. wrong. The strange thing is it worked before: I set up a rabbitmq cluster apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
  name: new-rabbitmq
spec:
  replicas: 1
  rabbitmq:
    additionalPlugins:
      - rabbitmq_federation
      - rabbitmq_federation_management
      - rabbitmq_management
  service:
    type: ClusterIPThen, for some test purposes, I added another cluster: apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
  name: rabbitmq
spec:
  replicas: 5
  rabbitmq:
    additionalPlugins:
      - rabbitmq_federation
      - rabbitmq_federation_management
      - rabbitmq_management
  service:
    type: ClusterIPNow, I want to delete new-rabbitmq. I tried out some things earlier and back then I could start deleting the services, then the pods and so on. But now, it doesn't work. The services come back again and again. | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
| Just FYI, if a github repository has both Issues and Discussions available, always use Discussions unless you are certain you have found a bug, and provide information to reproduce it. How do you expect us to continue given the information you have provided? | 
Beta Was this translation helpful? Give feedback.
-
| 
 
 That worked! I am using Kustomize. So I created a template-yaml and ran that delete command. Thanks for that! I think that's a way cleaner way than what I did. | 
Beta Was this translation helpful? Give feedback.
Here is what I tried:
https://github.com/lukebakken/cluster-operator-1410#reproduction-attempt