mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Tune kubemark-5 resource constraints
This commit is contained in:
parent
6b20896fea
commit
6ab61d7a97
@ -73,7 +73,7 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
|
|||||||
framework.Logf("Setting resource constraings for provider: %s", framework.TestContext.Provider)
|
framework.Logf("Setting resource constraings for provider: %s", framework.TestContext.Provider)
|
||||||
if framework.ProviderIs("kubemark") {
|
if framework.ProviderIs("kubemark") {
|
||||||
if numNodes <= 5 {
|
if numNodes <= 5 {
|
||||||
apiserverCPU = 0.15
|
apiserverCPU = 0.25
|
||||||
apiserverMem = 150 * (1024 * 1024)
|
apiserverMem = 150 * (1024 * 1024)
|
||||||
controllerCPU = 0.1
|
controllerCPU = 0.1
|
||||||
controllerMem = 100 * (1024 * 1024)
|
controllerMem = 100 * (1024 * 1024)
|
||||||
|
Loading…
Reference in New Issue
Block a user