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.91k stars 118 forks source link

Skip forbidden resources as they are rarely required #55

Open alam0rt opened 2 years ago

alam0rt commented 2 years ago

In a multi-tenant cluster, rarely do users have permissions to view all API resources. This makes it so any resource that is forbidden to the user will be skipped.

Fixes #14 Fixes #60

ahmetb commented 1 year ago

I think this is agreeable, there's just a little bug that we need to assign to errResult only if it's not a Forbidden error. I'll push that commit and merge.

yutkin commented 6 months ago

Any updates on that?

rkulow commented 2 months ago

+1, would be nice to see this merged.

Novemb3r commented 3 weeks ago

+1 waiting for it