mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #79219 from alvaroaleman/sample-controller-klog-init
Sample controller: Init flags
This commit is contained in:
commit
9273ce7711
@ -38,6 +38,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
klog.InitFlags(nil)
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
// set up signals so we handle the first shutdown signal gracefully
|
// set up signals so we handle the first shutdown signal gracefully
|
||||||
|
Loading…
Reference in New Issue
Block a user