Merge pull request #5265 from ddysher/kubelet-post-status

kubelet post node status to master
This commit is contained in:
Dawn Chen
2015-03-13 15:29:22 -07:00
6 changed files with 414 additions and 66 deletions

View File

@@ -210,7 +210,7 @@ func startComponents(manifestURL string) (apiServerURL string) {
nodeResources := &api.NodeResources{}
nodeController := nodeControllerPkg.NewNodeController(nil, "", machineList, nodeResources, cl, fakeKubeletClient{}, 10, 5*time.Minute)
nodeController.Run(5*time.Second, true, true)
nodeController.Run(5*time.Second, true, false)
// Kubelet (localhost)
testRootDir := makeTempDirOrDie("kubelet_integ_1.")