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
Health checks on kubernetes.nodes healthgroups are returning: "Cannot create kubernetes client: No Auth Provider found for name "gcp"
Don't know if this is related to hashicorp/terraform#15244 where the gcp auth provider is an optional dependency.
Ref: kubernetes-sigs/descheduler#93 (comment)
The text was updated successfully, but these errors were encountered:
I added _ "k8s.io/client-go/plugin/pkg/client/auth/gcp" to the import section, rebuilt and am now hitting the kubernetes api as expected.
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
Sorry, something went wrong.
Thanks !
Have the same issue with Azure:
Cannot create kubernetes client: No Auth Provider found for name "azure"
No branches or pull requests
Health checks on kubernetes.nodes healthgroups are returning: "Cannot create kubernetes client: No Auth Provider found for name "gcp"
Don't know if this is related to hashicorp/terraform#15244 where the gcp auth provider is an optional dependency.
Ref: kubernetes-sigs/descheduler#93 (comment)
The text was updated successfully, but these errors were encountered: