mirror of https://github.com/kubernetes/kops.git
Call klog.InitFlags in dns-controller
Otherwise the logging flags don't get registered.
This commit is contained in:
parent
01519191b9
commit
97f4dd59eb
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue