rabbitmq.conf not respected during container init #13949
-
Describe the bugWhen deploying rabbitmq:4.1-management to an AKS cluster, the default_user and default_pass are not respected. The below works in a local docker environment, but deploying the same to AKS results in the system continuing to use
Reproduction steps
Expected behaviorExpected to be able to login with the default user/pass from rabbitmq.conf Additional contextThe rabbitmq deployment to AKS is a "StatefulSet" so it's not clear if this is causing some unexpected behaviour. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You have asked to "Deploy the above to an AKS cluster" but there's no YAML to deploy above... Anyway, it sounds like it's some custom deployment template. The recommended way is to use the Operator: By default the Operator will set up random credentials. If you don't like it, you have a few options: Finally, you can use a Helm chart - another commonly used and well tested option. If you indeed created a custom YAML to deploy RabbitMQ, please don't expect us to debug it. Finally, this repo is for our website, so I'm closing the issue. If you are NOT using a custom deployment, please open the issue in the appropriate repo (cluster-operator or the helm chart repo). |
Beta Was this translation helpful? Give feedback.
-
@dillonbailey if you DIY RabbitMQ on Kubernetes, debugging your deployment and producing evidence are on you, you already get free software from our team and to my knowledge, you are not a contributor. There is a dedicated doc section on troubleshooting authentication. If you have a legitimate reason to ask a question in the future, please use GitHub Discussions in this repo, they have been enabled for years. Do not file issues, in particular in the website repository. |
Beta Was this translation helpful? Give feedback.
You have asked to "Deploy the above to an AKS cluster" but there's no YAML to deploy above...
Anyway, it sounds like it's some custom deployment template. The recommended way is to use the Operator:
https://www.rabbitmq.com/kubernetes/operator/using-operator
By default the Operator will set up random credentials. If you don't like it, you have a few options:
rabbitmq/cluster-operator#1875
Finally, you can use a Helm chart - another commonly used and well tested option.
If you indeed created a custom YAML to deploy RabbitMQ, please don't expect us to debug it.
Finally, this repo is for our website, so I'm closing the issue. If you are NOT using a custom deployment, please open the issue in…