Failing K8s rabbitmq-peer-discovery-k8s clustering
问题 I'm trying to bring up a RabbitMQ cluster on Kubernetes using Rabbitmq-peer-discovery-k8s plugin and I always have only on pod running and ready but the next one always fails. I tried multiple changes to my configuration and this is what got at least one pod running --- apiVersion: v1 kind: ServiceAccount metadata: name: rabbitmq namespace: namespace-dev --- kind: Role apiVersion: rbac.authorization.k8s.io/v1beta1 metadata: name: endpoint-reader namespace: namespace-dev rules: - apiGroups: ["