Skip to content

Commit

Permalink
Merge pull request #6925 from justinsb/klog_flags_in_dns_controller
Browse files Browse the repository at this point in the history
Call klog.InitFlags in dns-controller
  • Loading branch information
k8s-ci-robot committed May 10, 2019
2 parents 479b6c1 + 605659b commit d0a8b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dns-controller/cmd/dns-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func main() {
var updateInterval int

// Be sure to get the glog flags
klog.InitFlags(nil)
klog.Flush()

flag.StringVar(&dnsServer, "dns-server", "", "DNS Server")
Expand Down

0 comments on commit d0a8b72

Please sign in to comment.