Commit 8c497d80 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Increase verification limits for kubeproxy in scalability tests

parent 99d4b9f1
......@@ -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{
......
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