The restart pod will disagree to join the cluster after this pod and pvc cleaned #1640
-
I'm trying to test against rabbitmq 3.13.2-management image. This issue should recur stably on my environment, which is not the case with version 3.12.x. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
@xixiangzouyibian, after you deleted pod 0 and PVC 0, will executing |
Beta Was this translation helpful? Give feedback.
-
Yes, exactly, we want to test rabbitmq node replacement case when the resident k8s node to be replaced or just broken, we expect the target cleaned rabbitmq pod could be reset and re-scheduled to other idle k8s node. |
Beta Was this translation helpful? Give feedback.
-
@ansd After some confirmation, you can reproduce the problem by the following steps:
On my environment, Got the message that |
Beta Was this translation helpful? Give feedback.
-
I found the similar case: https://medium.com/@sandeepdevin/rabbitmq-cluster-configuration-failure-workaround-ac3a303fce0b |
Beta Was this translation helpful? Give feedback.
I found the similar case: https://medium.com/@sandeepdevin/rabbitmq-cluster-configuration-failure-workaround-ac3a303fce0b
Tested against RMQ 3.13 on kubernetes environment, we should do
forget_cluster_node
first, then cleaning rabbitmq pod and pvc to make the pod migration smoothly.