Reduce service creation/deletion parallelism in the load test

This commit is contained in:
gmarek
2017-05-25 11:37:02 +02:00
parent 4def5add11
commit ded8e03fc3
2 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,6 @@ import (
"k8s.io/kubernetes/pkg/master/ports"
"k8s.io/kubernetes/pkg/metrics"
"github.com/golang/glog"
"github.com/prometheus/common/model"
)