Error: no Auth Provider found for name "oidc"
Closed this issue · 4 comments
luisdavim commented
I'm getting the following error when trying to use this tool:
Error: no Auth Provider found for name "oidc"
adding the import:
_ "k8s.io/client-go/plugin/pkg/client/auth"
seems to solve the issue.
wencaiwulue commented
Yes, you are right, i forgot it, client-go library already support, what we need is just refenerce this package, do you have interesting on this issue? maybe you can help me to solve this issue?
wencaiwulue commented
For now, you can use command kubectl config view --flatten --raw > config
, then use kubevpn with this kubeconfig, it should works well
wencaiwulue commented
fixed in this commit: cc8eb9d
luisdavim commented
Thanks