restore klog flags (#5411)

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/5416/head
Matthew Fisher 6 years ago committed by GitHub
parent ea1bd7e163
commit 3c86f112e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,6 +36,7 @@ import (
"google.golang.org/grpc/health"
healthpb "google.golang.org/grpc/health/grpc_health_v1"
"google.golang.org/grpc/keepalive"
"k8s.io/klog"
// Import to initialize client auth plugins.
_ "k8s.io/client-go/plugin/pkg/client/auth"
@ -100,6 +101,7 @@ var (
)
func main() {
klog.InitFlags(nil)
// TODO: use spf13/cobra for tiller instead of flags
flag.Parse()

Loading…
Cancel
Save