Skip to content

k8s get to rabbitMQ bindings is giving error as - Error from server (MethodNotAllowed): the server does not allow this method on the requested resource #533

Answered by ChunyiLyu
rameshmishra593 asked this question in Q&A
Discussion options

You must be logged in to vote

@rameshmishra593 You need to use the full CRD name for binding as in k get bindings.rabbitmq.com. There is a k8s resource called Binding (https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/binding-v1/), when you do kubectl get bindings, it will default to the k8s native resource.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rameshmishra593
Comment options

Answer selected by rameshmishra593
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants