Jackson Mourão
Jackson Mourão

Reputation: 1262

Is there a way of displaying CRD resources in Rancher UI?

I deployed a Rook EdgeFS cluster (stateful set) and created a NFS custom resource, but now I can't find it anywhere in Rancher. If I query the cluster using kubectl, is possible to see that the resource is there:

kubectl get nfs

Is there a way of make Rancher display these custom resources somewhere in the UI?

Upvotes: 0

Views: 2520

Answers (1)

Luka Devic
Luka Devic

Reputation: 51

Yes there is. In your cluster overview in Rancher, on the left side menu, go to "More Resource", then in the submenu go to "API", and then in final submenu open "CustomResourceDefinitions".

CRD in Rancher

Upvotes: 3

Related Questions