kubectl-plus / kcf

A CLI tool providing you with status & configuration of a Kubernetes cluster fleet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unknown flag: --kubeconfig when issued details subcommand

developer-guy opened this issue · comments

$ k fleet details <context> --kubeconfig some-kubeconf

I think --kubeconfig flag not added to details subcommand.

Yep, I can reproduce this, seems the global kubectl flags such as --kubeconfig are only available to the top-level command but not subcommands. Not sure how to address this, tho … @rajatjindal have you seen this before?

I can check this later tonight.

Hi @developer-guy ,

could you please try the fix from #14 and confirm if that resolves the issue for you.

many thanks

Hi @developer-guy ,

could you please try the fix from #14 and confirm if that resolves the issue for you.

many thanks

Ok , i will try as soon as possible , you’re welcome 🙏

fixed by #14