kubelet post node status to master

This commit is contained in:
Deyuan Deng
2015-02-23 16:04:45 -05:00
committed by Deyuan Deng
parent 6d465c4d86
commit 9982aaa960
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.")