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

RabbitMQ Cluster Kubernetes Operator

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

## Describe the bug Overriding stateful set readiness probe from tcpSocket to exec keeps tcpSocket in its config. ## To Reproduce kubectl apply -f cluster-test.yml ``` apiVersion: rabbitmq.com/v1beta1 kind: RabbitmqCluster...

bug

## Describe the bug A clear and concise description of what the bug is. The following docs page has some confusing variablenames https://www.rabbitmq.com/kubernetes/operator/kubectl-plugin The command: `kubectl rabbitmq get INSTANCE` has...

bug
stale

## Describe the bug When enabling the plugins `rabbitmq_web_stomp` or `rabbitmq_web_mqtt` in combination with tls, the generated statefulset resource does not add the corresponding ports for the plugins. This only...

bug

These changes are not strictly necessary - the new k8s discovery (WIP) is fully backwards compatbile. However, it allows the Operator to be deployed with reduced permissions and doesn't require...

stale
never-stale

Bumps [sigs.k8s.io/kustomize/kustomize/v5](https://github.com/kubernetes-sigs/kustomize) from 5.4.3 to 5.5.0. Release notes Sourced from sigs.k8s.io/kustomize/kustomize/v5's releases. kustomize/v5.5.0 Breaking change A starlark support for krm functions was removed to cleanup dependencies. kubernetes-sigs/kustomize#5768 This feature was...

dependencies
go

**Is your feature request related to a problem? Please describe.** During RabbitMQ upgrades, `debug`-level logs could provide useful information should the upgrade fail. **Describe the solution you'd like** This operator...

Same issue, like [here](https://github.com/rabbitmq/cluster-operator/issues/1793) but for version 2.14.0 https://github.com/rabbitmq/cluster-operator/actions/runs/15414542619

bug

**Is your feature request related to a problem? Please describe.** We would like to work on a PR for the operator to have zero scaling available but before we would...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to use experimental feature of kubernetes 1.31 [trafficDistribution](https://kubernetes.io/docs/concepts/services-networking/service/#traffic-distribution), which uses routing the traffic to the nearest cluster...

enhancement

These changes can be merged when we decide to only support RabbitMQ 4.1+. It removes settings that 4.1 k8s peer discovery plugin ignores anyway and removes permissions that were only...

never-stale