kubectl-tree
kubectl-tree copied to clipboard
kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
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...
to some CRDs Continue and display the tree with the objects that we can access
Hi! Another feature: accept kind/name nomenclature Thanks.
It would be great to list all containers for each `Pod` if `--containers` flag passed. Couldn't find a similar issue, so dropping this idea. ``` $ kubectl tree deployment foo...
In comparison with [`kubectl lineage`](https://github.com/tohjustin/kube-lineage), it would be nice to include events (which it does).
When I use clusters described with a proxy-url in kubeconfig: ``` - cluster: certificate-authority-data: DATA+OMITTED proxy-url: http://localhost:9000 server: ... ``` I end up getting a timeout to another IP: `Error:...
I am working with a controller that manages a CRD which creates a namespace and then creates some additional resources in that namespace. With the current options, I am forced...
The current implementation only supports a condition with type Ready. However it could be great to support additional condition types that can be used on custom resource types. As an...
It would be awesome to deploy some big resource (say Knative Service) and then `kubectl tree --watch` it to see how things get ready. The alternative would be `watch kubectl...
@ahmetb mentioned in one of his comment about introducing `--ignore-inaccessible` https://github.com/ahmetb/kubectl-tree/issues/9#issuecomment-570949171 I find this very useful feature as most of the users don't have access to prod env resources and...