Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
import azure auth module for AKS (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlutro authored May 25, 2020
1 parent 9158be4 commit 58c98c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import (
log "github.com/sirupsen/logrus"
"k8s.io/apimachinery/pkg/version"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp" // auth for GKE clusters
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc" // auth for OIDC
_ "k8s.io/client-go/plugin/pkg/client/auth/azure" // auth for AKS clusters
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp" // auth for GKE clusters
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc" // auth for OIDC
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
)
Expand Down

0 comments on commit 58c98c1

Please sign in to comment.