Unverified Commit 568afb4e authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #62531 from shyamjvs/automated-cherry-pick-of-#61715-upstream-release-1.10

Automatic merge from submit-queue. Automated cherry pick of #61715: Increase cpu/mem thresholds for c-m in density test Cherry pick of #61715 on release-1.10. #61715: Increase cpu/mem thresholds for c-m in density test ```release-note NONE ```
parents 1adef510 4b60b0a5
......@@ -167,8 +167,8 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
if numNodes <= 100 {
apiserverCPU = 1.8
apiserverMem = 1700 * (1024 * 1024)
controllerCPU = 0.5
controllerMem = 500 * (1024 * 1024)
controllerCPU = 0.6
controllerMem = 530 * (1024 * 1024)
schedulerCPU = 0.4
schedulerMem = 180 * (1024 * 1024)
}
......
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