Unverified Commit 3c86f112 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

restore klog flags (#5411)

Signed-off-by: 's avatarMatthew Fisher <matt.fisher@microsoft.com>
parent ea1bd7e1
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment