Commit f59cebd1 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski Committed by GitHub

Merge pull request #32764 from wojtek-t/reduce-net_proxy_test

Reduce maximum number of net-proxy pods to make test work in large cl…
parents 265746af 67e4fa5b
...@@ -53,7 +53,7 @@ const ( ...@@ -53,7 +53,7 @@ const (
// because we verify iptables statistical rr loadbalancing. // because we verify iptables statistical rr loadbalancing.
testTries = 30 testTries = 30
// Maximum number of pods in a test, to make test work in large clusters. // Maximum number of pods in a test, to make test work in large clusters.
maxNetProxyPodsCount = 100 maxNetProxyPodsCount = 20
) )
// NewNetworkingTestConfig creates and sets up a new test config helper. // NewNetworkingTestConfig creates and sets up a new test config helper.
......
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