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{