We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get error No Auth Provider found for name "gcp"
No Auth Provider found for name "gcp"
This is because you need to import gcp kubernetes client auth lib like:
https://github.com/kubernetes/client-go/blob/6134db91200ea474868bc6775e62cc294a74c6c6/examples/out-of-cluster-client-configuration/main.go#L31-L32
The text was updated successfully, but these errors were encountered:
Thanks for filling the issue. This is already fixed by #3 and will be released soon.
Sorry, something went wrong.
No branches or pull requests
I get error
No Auth Provider found for name "gcp"
This is because you need to import gcp kubernetes client auth lib like:
https://github.com/kubernetes/client-go/blob/6134db91200ea474868bc6775e62cc294a74c6c6/examples/out-of-cluster-client-configuration/main.go#L31-L32
The text was updated successfully, but these errors were encountered: