Closed matsudayoji closed 2 months ago
Hi,
In the configuration file you provide, you are setting the admin password in a secret that is later used in by the loaddefinition
and alse setting the password to "null"
.
So, my guess is that the initialization scripts are not aware of the password set by the secret + loaddefinition.
@rafariossaa I removed the password, but both nodes did not work as single cluster, same behaviour.
Hi,
I simplified the issue to the minimum and simply deployed the latest version of the chart using replicaCount=2
diff --git a/bitnami/rabbitmq/values.yaml b/bitnami/rabbitmq/values.yaml
index ca3a283e12..87a3fa0df9 100644
--- a/bitnami/rabbitmq/values.yaml
+++ b/bitnami/rabbitmq/values.yaml
@@ -646,7 +646,7 @@ extraSecretsPrependReleaseName: false
## @param replicaCount Number of RabbitMQ replicas to deploy
##
-replicaCount: 1
+replicaCount: 2
## @param schedulerName Use an alternate scheduler, e.g. "stork".
## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
##
Once the pods were ready, I could access the UI and confirmed that both nodes appeared there. Could you please try this approach and add the rest of the changes little by little until you find the root cause of the issue?
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
I'm encountering the same issue, even with the latest Helm chart and replicaCount
set to 2.
Name and Version
bitnami/rabbitmq 14.5.0
What architecture are you using?
None
What steps will reproduce the bug?
Clean install (removed services, pvc etc) After deploy with
values.yaml
tok8s
only one node is displayed in the management ui. It changes fromrabbitmq-0
torabbitmq-1
and back. Tried12.5.6
chart - same behaviour.Are you using any custom parameters or values?
values.yaml
What is the expected behavior?
Cluster works as expected with 2 nodes
What do you see instead?
log
Additional information
No response