Skip to content

Commit

Permalink
oidc login error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
awol2005ex committed May 16, 2024
1 parent 2edeb71 commit a49466a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubeclient/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"k8s.io/client-go/discovery"
"k8s.io/client-go/dynamic"
"k8s.io/client-go/rest"
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

var errUnknownContext = errors.New("unknown context")
Expand Down

0 comments on commit a49466a

Please sign in to comment.