Skip to content

Commit a49466a

Browse files
committed
oidc login error fixed
1 parent 2edeb71 commit a49466a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubeclient/pool.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"k8s.io/client-go/discovery"
1212
"k8s.io/client-go/dynamic"
1313
"k8s.io/client-go/rest"
14+
_ "k8s.io/client-go/plugin/pkg/client/auth"
1415
)
1516

1617
var errUnknownContext = errors.New("unknown context")

0 commit comments

Comments
 (0)