mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
don't lie about starting the controller manager
This commit is contained in:
parent
ae04755d71
commit
c6da1bc2ef
@ -385,6 +385,7 @@ func StartControllers(controllers map[string]InitFunc, s *options.CMServer, root
|
|||||||
}
|
}
|
||||||
if !started {
|
if !started {
|
||||||
glog.Warningf("Skipping %q", controllerName)
|
glog.Warningf("Skipping %q", controllerName)
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
glog.Infof("Started %q", controllerName)
|
glog.Infof("Started %q", controllerName)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user