Reputation: 1262
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
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".
Upvotes: 3