From 3dddd5080e0fd95ad6b7dde1b9c69031c11483ec Mon Sep 17 00:00:00 2001 From: Rimas Date: Fri, 3 Aug 2018 10:32:53 +0100 Subject: [PATCH] add support for `auth-provider` from kubeconfig files, addreses #4422 --- cmd/tiller/tiller.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/tiller/tiller.go b/cmd/tiller/tiller.go index c97187b2a..ba5f5b8f0 100644 --- a/cmd/tiller/tiller.go +++ b/cmd/tiller/tiller.go @@ -37,6 +37,8 @@ import ( healthpb "google.golang.org/grpc/health/grpc_health_v1" "google.golang.org/grpc/keepalive" + // Import to initialize client auth plugins. + _ "k8s.io/client-go/plugin/pkg/client/auth" "k8s.io/helm/pkg/kube" "k8s.io/helm/pkg/proto/hapi/services" "k8s.io/helm/pkg/storage"