-
Notifications
You must be signed in to change notification settings - Fork 971
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
No Auth Provider found for name "gcp" #192
Comments
@asifdxtreme , please help on that. |
As far as I known, we already import gcp at cmd/kube-batch/app/service.go
|
/kind bug |
Are we using this site for kube-batch repo as well? |
Yes, it's the scheduler of volcano; we're going to trace everything in this repo. |
/assign @TommyLike please help on this on when you're back from vocation :) |
@k82cn, sure will handle it next week:) |
@maprietom , please have a try with the latest code :) |
Is this a BUG REPORT or FEATURE REQUEST?:
What happened:
panic: No Auth Provider found for name "gcp"
What you expected to happen:
No error
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
I have resolved this issue with the import _ "k8s.io/client-go/plugin/pkg/client/auth/gcp" in volcano.sh/volcano/pkg/cli/queue/util.go
Environment:
kubectl version
): v1.13.5-gke.10uname -a
):The text was updated successfully, but these errors were encountered: