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 am getting this error ERRO[0000] can't get Kubernetes client: No Auth Provider found for name "oidc" . Does the cluster have to have OIDC RBAC?
ERRO[0000] can't get Kubernetes client: No Auth Provider found for name "oidc"
The text was updated successfully, but these errors were encountered:
Looks like we need to import "k8s.io/client-go/plugin/pkg/client/auth/oidc" similar to what we're doing with GCP: https://github.com/kubeapps/kubeapps/blob/master/cmd/root.go#L44
Sorry, something went wrong.
add OIDC auth plugin
67a6c55
fixes #96
Successfully merging a pull request may close this issue.
I am getting this error
ERRO[0000] can't get Kubernetes client: No Auth Provider found for name "oidc"
. Does the cluster have to have OIDC RBAC?The text was updated successfully, but these errors were encountered: