From 8c497d80ecdb391571ae7bdbfafcc65b48a36364 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Thu, 3 Dec 2015 09:13:45 +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 2d5d0805238..680b98a67a4 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.02, + cpuConstraint: 0.05, memoryConstraint: 20 * (1024 * 1024), } constraints["l7-lb-controller"] = resourceConstraint{