kubectl-tree
kubectl-tree copied to clipboard
kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
Hi, when I create a CronJob with the following spec: ```yaml apiVersion: batch/v1beta1 kind: CronJob metadata: name: sleepy spec: schedule: "*/2 * * * *" jobTemplate: spec: template: spec: containers:...
Hi! I'm from a visual project called Kui (https://github.com/IBM/kui) that aims at assisting command-line tool with visualization. I found kubectl-tree very useful to, for example, make connection in a soup...
I tried running kubectl-tree (after modifying the code so that 403 errors are ignored). It took long time for the plugin to print the result. ```bash I0106 13:19:41.260134 50748 query.go:45]...
In querying APIs, failed to list `secret` and cannot show the result. When I try to run kubectl tree with viewer role, got the following error: ``` Error: error while...
``` $ kubectl tree deploy nginx Error: ambiguous kind "deploy". use one of these as the KIND disambiguate: [deployments.v1beta1.extensions, deployments.v1.apps] ``` This is because both extensions/v1beta1 and apps/v1 are returned...
Gives me the following error when running the command: ``` ± |master ✗ | → kubectl-tree kservice.v1.serving.knative.dev echo Error: failed to construct dynamic client: no Auth Provider found for name...
Currently core/v1 objects such as `service` is disambiguated through string `services.v1.` with trailing dot, because its apiGroup is empty string.
It will be great if we can list all of the resources in a scope - namespace/cluster without the need of specifying each resource e.g. List all of the resources...
Hello, I'd like to know how to compile kubectl-tree for Linux/aarch64 , please help ! ``` ubuntu@n9:~$ microk8s.kubectl krew install tree Updated the local copy of plugin index. Installing plugin:...
One of my child CRDs has two ownerRefs. Unfortunately this results in a duplication: ``` NAMESPACE NAME READY REASON AGE cluster ClusterStack/clusterstack - 24m cluster ├─ClusterStackRelease/hellopa-apalla-1-26-v6 True 24m cluster │...