-
Missing Exchange Api Resource from rabbitmq.com/v1beta1Missing api resources see https://www.rabbitmq.com/kubernetes/operator/using-topology-operator.html except for rabbitmqclusters In the example below when executed I get the below exception -- see screenshot
To ReproduceSteps to reproduce the behavior:
Include YAML to reproduce the problem. crd
cluster
exchange
Expected behavior Screenshotserror when creating exchange Version and environment information
Additional contextUnsure how to create exchange with arguments, please advise. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey there, You have to install the Topology Operator to get the topology CRDs i.e queue, exchange, bindings, etc. The source code for that operator is in this other repo |
Beta Was this translation helpful? Give feedback.
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
Hey there,
You have to install the Topology Operator to get the topology CRDs i.e queue, exchange, bindings, etc. The source code for that operator is in this other repo