User cannot list resource "rabbitmqclusters" in API group "rabbitmq.com" in the namespace

77 views
Skip to first unread message

Karthik Lakshmanan

unread,
Nov 10, 2022, 5:46:30 AM11/10/22
to rabbitmq-users
Hello,

We have installed rabbitmq following the documentation [1] and we have the namespace created with all the pods up and running. However, when we try to apply the below yml file with Kind RabbitmqCluster, we get the error:

User unable to cannot create resource "rabbitmqclusters" in API group "rabbitmq.com" in the namespace 

Can you please guide us on what permission we are missing?


YAML:
---
kind: RabbitmqCluster
metadata:
name: rabbitmqcluster-sysint
spec:
replicas: 1
resources:
   requests:
     cpu: 500m
     memory: 1Gi
   limits:
     cpu: 1
     memory: 2Gi
rabbitmq:
         additionalConfig: |
                 log.console.level = info
                 channel_max = 1700

Kind regards,

Karthik

Michal Kuratczyk

unread,
Nov 10, 2022, 5:52:41 AM11/10/22
to rabbitm...@googlegroups.com
Hi,

Seems like that's just your Kubernetes configuration - you need to allow your users to create resources of this type.

Best,

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/6bc90007-49f6-469a-aa19-f0b25215b138n%40googlegroups.com.


--
Michał
RabbitMQ team
Reply all
Reply to author
Forward
0 new messages