Skip to content

Commit

Permalink
enable client-go auth plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mingfang committed Jan 14, 2020
1 parent 02053fd commit 3bab1e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/k8sconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import (
"k8s.io/client-go/discovery"
"k8s.io/client-go/dynamic"
"k8s.io/kube-openapi/pkg/util/proto"

//https://github.com/kubernetes/client-go/issues/242
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

var (
Expand Down

0 comments on commit 3bab1e6

Please sign in to comment.