mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #31982 from coufon/increase_resource_limit
Automatic merge from submit-queue increase resource usage limit in node e2e test This PR increases the resource limit of node e2e density test according to previous measurements. Fixed https://github.com/kubernetes/kubernetes/issues/31877 and fixed https://github.com/kubernetes/kubernetes/issues/30523
This commit is contained in:
commit
27bd087eff
@ -79,7 +79,7 @@ var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
|
|||||||
podsNr: 10,
|
podsNr: 10,
|
||||||
interval: 0 * time.Millisecond,
|
interval: 0 * time.Millisecond,
|
||||||
cpuLimits: framework.ContainersCPUSummary{
|
cpuLimits: framework.ContainersCPUSummary{
|
||||||
stats.SystemContainerKubelet: {0.50: 0.25, 0.95: 0.40},
|
stats.SystemContainerKubelet: {0.50: 0.30, 0.95: 0.50},
|
||||||
stats.SystemContainerRuntime: {0.50: 0.40, 0.95: 0.60},
|
stats.SystemContainerRuntime: {0.50: 0.40, 0.95: 0.60},
|
||||||
},
|
},
|
||||||
memLimits: framework.ResourceUsagePerContainer{
|
memLimits: framework.ResourceUsagePerContainer{
|
||||||
@ -177,7 +177,7 @@ var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
|
|||||||
podsNr: 10,
|
podsNr: 10,
|
||||||
bgPodsNr: 50,
|
bgPodsNr: 50,
|
||||||
cpuLimits: framework.ContainersCPUSummary{
|
cpuLimits: framework.ContainersCPUSummary{
|
||||||
stats.SystemContainerKubelet: {0.50: 0.25, 0.95: 0.40},
|
stats.SystemContainerKubelet: {0.50: 0.30, 0.95: 0.50},
|
||||||
stats.SystemContainerRuntime: {0.50: 0.40, 0.95: 0.60},
|
stats.SystemContainerRuntime: {0.50: 0.40, 0.95: 0.60},
|
||||||
},
|
},
|
||||||
memLimits: framework.ResourceUsagePerContainer{
|
memLimits: framework.ResourceUsagePerContainer{
|
||||||
|
Loading…
Reference in New Issue
Block a user