Hello
I try to use kubernetes for managing RabbitMQ Services. I Read and Try on
https://github.com/rabbitmq/rabbitmq-peer-discovery-k8s and it work pretty fine.
Now i try to monnitoring massage by use rabbitmqctl trace_on in the container.
But when i try to enable plugins rabbitmq_tracing it display error "Cannot_write_enabled_plugins_file".
I already check umask and it 0022 so i don't know how to solve this
Thank you
Gone