Skip to content

Improve UX when Disable non-TLS listeners is true and TLS is not configured #884

@Zerpet

Description

@Zerpet

The following YAML can be applied successfully:

apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
  name: my-rabbitmqcluster
spec:
  replicas: 1
  tls:
    disableNonTLSListeners: true

The operator will return an error in the reconcile loop, and it will try infinitely. We know this can't succeed, therefore we shouldn't retry. We should log the error, as we currently do, set a status condition reflecting this problem, and stop requeueing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions