Skip to content

Commit

Permalink
Fix gcp auth issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLike committed Jun 17, 2019
1 parent 4e125ce commit 06e89ce
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 06e89ce

Please sign in to comment.