Skip to content

Commit

Permalink
This explicit import is needed for Kubeapps to work on GKE. Check kub…
Browse files Browse the repository at this point in the history
  • Loading branch information
arapulido committed Nov 6, 2017
1 parent a0bc68d commit 56b666c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ import (
"k8s.io/client-go/pkg/api"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"

// Adding explicitely the GCP auth plugin
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
)

const (
Expand Down

0 comments on commit 56b666c

Please sign in to comment.