Improve kubelet logging around startup. This might help detect any lockup issues during startup.

This commit is contained in:
Vishnu Kannan
2015-04-08 20:57:19 +00:00
parent 7f4791c34b
commit 2b5cad6acf
4 changed files with 5 additions and 2 deletions

View File

@@ -425,6 +425,7 @@ func RunKubelet(kcfg *KubeletConfig, builder KubeletBuilder) {
} else {
startKubelet(k, podCfg, kcfg)
}
glog.Infof("Started kubelet")
}
func startKubelet(k KubeletBootstrap, podCfg *config.PodConfig, kc *KubeletConfig) {