From 882c1cd6f498d0bbbb313ae1d67e41ee83788c5c Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Thu, 3 Dec 2015 08:17:41 +0100 Subject: [PATCH] Increase verification limits for kubeproxy in scalability tests --- test/e2e/density.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/density.go b/test/e2e/density.go index a7a4d155760..5f684ecae89 100644 --- a/test/e2e/density.go +++ b/test/e2e/density.go @@ -89,7 +89,7 @@ func density30AddonResourceVerifier() map[string]resourceConstraint { memoryConstraint: 100 * (1024 * 1024), } constraints["kube-proxy"] = resourceConstraint{ - cpuConstraint: 0.01, + cpuConstraint: 0.02, memoryConstraint: 20 * (1024 * 1024), } constraints["l7-lb-controller"] = resourceConstraint{