I have set up rmq in Kubernetes (
https://github.com/bitnami/charts/tree/master/bitnami/rabbitmq/) to auth using username/password guest/guest, and this works fine. However, intermittently in some failed deployments (no change to RMQ) I get the following error message:
```
2020-11-30 15:09:42.997 [info] <0.792.0> started TCP listener on [::]:5672
2020-11-30 15:09:43.197 [info] <0.515.0> Server startup complete; 6 plugins started.
* rabbitmq_peer_discovery_k8s
* rabbitmq_peer_discovery_common
* rabbitmq_auth_backend_ldap
* rabbitmq_management
* rabbitmq_web_dispatch
* rabbitmq_management_agent
completed with 6 plugins.
2020-11-30 15:09:43.197 [info] <0.515.0> Resetting node maintenance status
PLAIN login refused: user 'guest' - invalid credentials
```
So the error is definitely not a wrong authentication, as some restarts later it works fine. Sometimes it needs deleting the namespace and redeploying.
Can someone please give me some pointers as to where to look?
Thanks,
Robel