add support for `auth-provider` from kubeconfig files, addreses #4422

(cherry picked from commit 3dddd5080e)
release-2.10
Rimas 7 years ago committed by Matthew Fisher
parent df03a10a09
commit 313c1b171b
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -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"

Loading…
Cancel
Save