pull/4867/head
josedonizetti 2019-07-25 11:09:46 -03:00
parent d7f755d67a
commit cbefe9936e
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ import (
func init() {
// Workaround for "ERROR: logging before flag.Parse"
// See: https://github.com/kubernetes/kubernetes/issues/17162
flag.CommandLine.Parse([]string{})
_ = flag.CommandLine.Parse([]string{})
}