cluster-operator icon indicating copy to clipboard operation
cluster-operator copied to clipboard

RabbitMQ Cluster Kubernetes Operator

Results 37 cluster-operator issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** Please publish these operators in operator hub and and the openshift community operators repo to be deployed via OLM, this will make them available to...

open-shift

Hello, We are using rabbitmq cluster of 3 nodes with rmq operator on a k8s/rook-ceph/calico-vxlan on-premises cluster. But from time to time we have issues, that everything in the cluster...

stale

## Describe the bug After deploying the RabbitMQ operator with the Bitnami Helm charts, the RabbitMQ Cluster works perfectly but operator pods restarts every 3 to 4 days indicating that...

bug

Currently, in order to access a cluster's management UI we have to use a **temporary** port forward, which makes it problematic to have a consistent way to access the UI....

enhancement
never-stale

# mq.yaml apiVersion: rabbitmq.com/v1beta1 kind: RabbitmqCluster metadata: name: mq spec: replicas: 3 image: rabbitmq:3.8.7-management rabbitmq: additionalConfig: | default_user=admin default_pass=admin additionalPlugins: - rabbitmq_management - rabbitmq_management_agent - rabbitmq_web_dispatch - rabbitmq_federation - rabbitmq_federation_management...

question

**Is your feature request related to a problem? Please describe.** To be able to run more than one instance of the rabbitmq operator in a cluster, we'd like a way...

design-doc-needed
never-stale

Hello, I'm using the RabbiMQ operator to running RabbitMQ on the Kubernetes cluster. This is my definition.yaml: ``` apiVersion: rabbitmq.com/v1beta1 kind: RabbitmqCluster metadata: name: rabbitmqcluster spec: image: rabbitmq:3.8.9-management replicas: 3...

bug
never-stale

**Is your feature request related to a problem? Please describe.** rabbitmq operator does not currently run on ARM64 arch machines, i want to be able to run operator on the...

blocked

## Description Our current build system in Concourse uses [oci-build-task](https://github.com/concourse/oci-build-task), which seems to have a limitation to support multi platform images, as described in https://github.com/concourse/oci-build-task/issues/85 As a potential solution, we...

chore

**Is your feature request related to a problem? Please describe.** Github generates well formated release notes. See [messaging topology 1.6.0 release](https://github.com/rabbitmq/messaging-topology-operator/releases/tag/v1.6.0). We currently generates release notes Cluster Operator ourselves. It's...

blocked