Rabbitmq Cluster Statefulset Disappears #6530
Unanswered
isdinAghmir
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm encountering a strange issue with rabbitmqcluster operator that have been reproduced in nutanix, vcenter, EKS.
when a define a rabbitmq with a persistent storage of x Gi

The statefulset is created and it's good.
Now if I want to extend that persistent storage to X+n Gi

The statefulset Disappears and the pods/pvc are still running.


The only way to get the stateful set back is to revert the change and apply back.
Did you experience that too as well ?
The StorageClass is configured to not allow expansion, which cause this issue, but loosing the statefulset and having the pods/pvc running in standalone is not what we can expect from this kind of issue, since it can be dangerous in production environment.
Hope you can give me some feedback on this.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions