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

Unable to run kubectl tree on windows. Message "not supported by windows" #33

Closed raushan2016 closed 4 years ago

raushan2016 commented 4 years ago

Kubectl version : v1.14.8 Windows: Version 10.0.18363.836 Tree version: v0.4.0, v0.3.0

ahmetb commented 4 years ago

How did you install? Can you provide more info? (screenshots etc)

raushan2016 commented 4 years ago

Ah it works fine with Kubectl version : v1.18.0. I installed from release tar file.

ahmetb commented 4 years ago

👍🏼 old versions of kubectl can't execute plugins on windows.

ahmetb commented 4 years ago

Also consider using https://krew.sigs.k8s.io/ to install plugins.