teamcode-inc / kubeorbit

Test your application on Kubernetes in a brand new simple way⚡ 轻量高效的微服务本地联调测试工具
https://kubeorbit.io
Apache License 2.0
460 stars 65 forks source link

error loading kubeconfig: no Auth Provider found for name "***" #7

Closed IgorGov closed 2 years ago

IgorGov commented 2 years ago

kubectl is working fine and all other cli tools which uses the kubeconfig from the default location ($HOME/.kube/config) are working for me

ericjee commented 2 years ago

Hi @IgorGov, Thx for trying out! I think I forgot to import the client auth plugin for CLI, I just pushed a new commit to the bugfix/auth-plugin branch, Do you have time to help verify it?

IgorGov commented 2 years ago

how can i verify it?

ericjee commented 2 years ago

orbitctl-darwin.zip Try this one @IgorGov

IgorGov commented 2 years ago

orbitctl -h - seems to work now