Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/rabbitmq-cluster-operator] Uninstall incorrect #27442

Open
mrlioncub opened this issue Jun 19, 2024 · 2 comments
Open

[bitnami/rabbitmq-cluster-operator] Uninstall incorrect #27442

mrlioncub opened this issue Jun 19, 2024 · 2 comments
Assignees
Labels
rabbitmq-cluster-operator tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@mrlioncub
Copy link

mrlioncub commented Jun 19, 2024

Name and Version

bitnam/rabbitmq-cluster-operator 4.3.7

What architecture are you using?

amd64

What steps will reproduce the bug?

helm install rmqco bitnami/rabbitmq-cluster-operator -f rabbitmq.kind.yaml
helm uninstall rmqco

Are you using any custom parameters or values?

$ cat rabbitmq.kind.yaml
extraDeploy:
  - apiVersion: rabbitmq.com/v1beta1
    kind: RabbitmqCluster
    metadata:
      name: rabbitmq

What is the expected behavior?

No response

What do you see instead?

Resources are not being deleted:

$ kubectl get RabbitmqCluster
NAME       ALLREPLICASREADY   RECONCILESUCCESS   AGE
rabbitmq   True               True               11m
$ kubectl get statefulset  -l app.kubernetes.io/name=rabbitmq
NAME                                          READY   AGE
rabbitmq-server                               1/1     12m
$ kubectl get pod -l app.kubernetes.io/name=rabbitmq
NAME                READY   STATUS    RESTARTS   AGE
rabbitmq-server-0   1/1     Running   0          17m

Additional information

No response

@mrlioncub mrlioncub added the tech-issues The user has a technical issue about an application label Jun 19, 2024
@github-actions github-actions bot added the triage Triage is needed label Jun 19, 2024
@javsalgar
Copy link
Contributor

Hi,

It is not clear to me that this issue is related with the bitnami chart but with helm itself. Did you check it with the upstream helm devs?

@mrlioncub
Copy link
Author

Hello,
I check it only with the bitnami chart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rabbitmq-cluster-operator tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants