diff --git a/cmd/tiller/tiller.go b/cmd/tiller/tiller.go index 0208fe741..4c3623e59 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"