ahmetb / kubectl-tree

kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't read current namespace from kubeconfig as CLI fallback

ahmetb opened this issue · comments

If --namespace/-n is not specified we currently hardcode "default" because genericclioptions isn't setting/providing the namespace from context object of kubeconfig.

Tracking at kubernetes/cli-runtime#9