Merge pull request #30058 from wojtek-t/increase_namespaces_in_load

Automatic merge from submit-queue

Increase number of namespaces in load test

Ref #27595
This commit is contained in:
Kubernetes Submit Queue 2016-08-04 02:23:35 -07:00 committed by GitHub
commit 05b12d4656

View File

@ -47,7 +47,7 @@ const (
// We start RCs/Services/pods/... in different namespace in this test.
// nodeCountPerNamespace determines how many namespaces we will be using
// depending on the number of nodes in the underlying cluster.
nodeCountPerNamespace = 250
nodeCountPerNamespace = 100
)
// This test suite can take a long time to run, so by default it is added to