Skip to content

Commit

Permalink
Merge pull request #231 from TommyLike/bugfix/gcp
Browse files Browse the repository at this point in the history
Import GCP when initializing client
  • Loading branch information
volcano-sh-bot authored Jun 17, 2019
2 parents 4e125ce + 06e89ce commit da6afda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cli/queue/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import (

"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
// Initialize client auth plugin.
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
)

func homeDir() string {
Expand Down

0 comments on commit da6afda

Please sign in to comment.