We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1633b76 commit dec6bfaCopy full SHA for dec6bfa
kube-router.go
@@ -21,7 +21,7 @@ func main() {
21
// https://github.com/kubernetes/kubernetes/issues/17162
22
flag.CommandLine.Parse([]string{})
23
24
- pflag.Set("logtostderr", "true")
+ flag.Set("logtostderr", "true")
25
26
if config.HelpRequested {
27
pflag.Usage()
0 commit comments