-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GKE: no Auth Provider found for name "gcp" #2
Comments
@adamzr That error seems like an issue with your kube config file. Can you test using that kube config file without using Kubeswitch and see if you can get namespaces? Do an |
@trankchung I didn't have KUBECONFIG set. I set it. Then I ran |
@adamzr Do you mind try the latest version? |
Still doesn't work:
|
Once in a Kubeswitch session, can you |
|
The config looks fine. Looks like this is an issue with client-go library, link below, that’s used by Kubeswitch. I’ll try to use a newer client-go version and see if it’ll fix the problem. |
@adamzr I just tried it with my GKE account and I'm able to get namespaces and all resources fine. Can you run |
@adamzr Sorry I actually was able to reproduce the error. I'll work on getting it working hopefully soon. |
@adamzr Please try newest version. https://github.com/trankchung/kubeswitch/releases/tag/v0.2.4 |
That works! Thanks @trankchung ! |
Trying to use Kubeswitch with GKE and I get this error trying to switch namespaces:
no Auth Provider found for name "gcp"
The text was updated successfully, but these errors were encountered: