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