mirror of https://github.com/k3s-io/k3s
don't lie about starting the controller manager
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