Skip to content

Commit

Permalink
Add gce auth plugin
Browse files Browse the repository at this point in the history
Fixes No Auth Provider found for name "gcp"
For reference: kubernetes/client-go#242
  • Loading branch information
MaxDaten committed Aug 21, 2024
1 parent 18ac7f7 commit 85a991c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
container "google.golang.org/api/container/v1"
"gopkg.in/ini.v1"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
metricsv "k8s.io/metrics/pkg/client/clientset/versioned"
)

Expand Down

0 comments on commit 85a991c

Please sign in to comment.