integrate minion health checking and caching.

This commit is contained in:
Brendan Burns
2014-07-17 20:54:54 -07:00
committed by Clayton Coleman
parent aaf0180ef4
commit 6c734b1c55
3 changed files with 26 additions and 8 deletions

View File

@@ -94,7 +94,7 @@ func startComponents(manifestURL string) (apiServerURL string) {
cl.Sync = true
// Master
m := master.New(servers, machineList, fakePodInfoGetter{}, nil, "", cl)
m := master.New(servers, machineList, fakePodInfoGetter{}, nil, "", cl, false, 0)
handler.delegate = m.ConstructHandler("/api/v1beta1")
controllerManager := controller.MakeReplicationManager(etcdClient, cl)