Make getSchedulingLatency use master proxy

This commit is contained in:
gmarek
2015-12-08 17:04:49 +01:00
parent 775369a8f1
commit 4852ca23ef
4 changed files with 39 additions and 12 deletions

View File

@@ -64,7 +64,7 @@ type SchedulerServer struct {
func NewSchedulerServer() *SchedulerServer {
s := SchedulerServer{
Port: ports.SchedulerPort,
Address: net.ParseIP("127.0.0.1"),
Address: net.ParseIP("0.0.0.0"),
AlgorithmProvider: factory.DefaultProvider,
BindPodsQPS: 50.0,
BindPodsBurst: 100,