We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cmd/kubelet/kubelet.go
34 func main() { 35 rand.Seed(time.Now().UnixNano()) 36 37 command := app.NewKubeletCommand() 38 logs.InitLogs() 39 defer logs.FlushLogs() 40 41 if err := command.Execute(); err != nil { 42 os.Exit(1) 43 } 44 }