Merge pull request #757 from lavalamp/repCtl

Remove etcd dep from controller manager
This commit is contained in:
brendandburns
2014-08-05 11:47:31 -07:00
4 changed files with 40 additions and 41 deletions

View File

@@ -103,7 +103,7 @@ func startComponents(manifestURL string) (apiServerURL string) {
})
handler.delegate = m.ConstructHandler("/api/v1beta1")
controllerManager := controller.MakeReplicationManager(etcdClient, cl)
controllerManager := controller.MakeReplicationManager(cl)
// Prove that controllerManager's watch works by making it not sync until after this
// test is over. (Hopefully we don't take 10 minutes!)