mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
integrate minion health checking and caching.
This commit is contained in:
committed by
Clayton Coleman
parent
aaf0180ef4
commit
6c734b1c55
@@ -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)
|
||||
|
Reference in New Issue
Block a user