mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Increase verification limits for kubeproxy in scalability tests
This commit is contained in:
parent
99d4b9f1b7
commit
8c497d80ec
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user