ahmetb / kubectl-tree

kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
Apache License 2.0
2.92k stars 118 forks source link

Error on listing resources #30

Closed grzesuav closed 4 years ago

grzesuav commented 4 years ago

I would like to execute: k tree deployment grafana

but I get error:

Error: error while querying api objects: listing resources failed (monitoring.kiali.io/v1alpha1, Resource=monitoringdashboards): monitoringdashboards.monitoring.kiali.io is forbidden: User "developer" cannot list resource "monitoringdashboards" in API group "monitoring.kiali.io" in the namespace "grafanaoperator"

I would expect right tree will appear (as the abovementioned object is not part of the tree afaik)

Either way even dispalying partially tree would be more useful

grzesuav commented 4 years ago

https://github.com/ahmetb/kubectl-tree/issues/14

closing as duplicate