-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
im using the latest RabbitMQ 3.11.8 in k8s.
im getting this error in the limit tab, tried just about everything which google have of solutions
had the same issue for the user tab to start with, but a refresh of the browser cache fixed that, but cant seem to get it to work on limit tab this is my cm
enabled_plugins: |
[rabbitmq_federation,rabbitmq_management,rabbitmq_peer_discovery_k8s,rabbitmq_prometheus].
rabbitmq.conf: |
loopback_users.guest = false
listeners.tcp.default = 5672
cluster_formation.peer_discovery_backend = k8s
cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
cluster_formation.k8s.address_type = hostname
ref to issue created in rabbitmq:docker
issue replicated by another user, so it shouldt be related to running containerized
ginkcode
