mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #31683 from gmarek/kubemark-5
Automatic merge from submit-queue Tune kubemark-5 resource constraints Ref. #31105
This commit is contained in:
commit
8a44cb5c7b
@ -73,7 +73,7 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
|
||||
framework.Logf("Setting resource constraings for provider: %s", framework.TestContext.Provider)
|
||||
if framework.ProviderIs("kubemark") {
|
||||
if numNodes <= 5 {
|
||||
apiserverCPU = 0.15
|
||||
apiserverCPU = 0.25
|
||||
apiserverMem = 150 * (1024 * 1024)
|
||||
controllerCPU = 0.1
|
||||
controllerMem = 100 * (1024 * 1024)
|
||||
|
Loading…
Reference in New Issue
Block a user