Skip to content

Commit 74c2d3d

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#61715 from shyamjvs/increase-density-cm-threshold
Automatic merge from submit-queue (batch tested with PRs 60499, 61715, 61688, 61300, 58787). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Increase cpu/mem thresholds for c-m in density test Follows kubernetes#61190 (comment) /cc @wojtek-t ```release-note NONE ```
2 parents d885863 + c27531f commit 74c2d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/scalability/density.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
171171
if numNodes <= 100 {
172172
apiserverCPU = 1.8
173173
apiserverMem = 1700 * (1024 * 1024)
174-
controllerCPU = 0.5
175-
controllerMem = 500 * (1024 * 1024)
174+
controllerCPU = 0.6
175+
controllerMem = 530 * (1024 * 1024)
176176
schedulerCPU = 0.4
177177
schedulerMem = 180 * (1024 * 1024)
178178
}

0 commit comments

Comments
 (0)