Commit 05b12d46 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents 2ff82801 7c4b797f
...@@ -47,7 +47,7 @@ const ( ...@@ -47,7 +47,7 @@ const (
// We start RCs/Services/pods/... in different namespace in this test. // We start RCs/Services/pods/... in different namespace in this test.
// nodeCountPerNamespace determines how many namespaces we will be using // nodeCountPerNamespace determines how many namespaces we will be using
// depending on the number of nodes in the underlying cluster. // 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 // This test suite can take a long time to run, so by default it is added to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment