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