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 authored and ngtuna committed Nov 7, 2017
1 parent c85c2ee commit 275f5d1
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"
)

var (
Expand Down

0 comments on commit 275f5d1

Please sign in to comment.