Merge pull request #26645 from yujuhong/cpu_limit
Automatic merge from submit-queue kubelet e2e: bumping cpu limit The previous limit was too aggressive and caused kubernetes-e2e-gce-serial build 1404 to fail.
This commit is contained in:
@@ -246,7 +246,7 @@ var _ = framework.KubeDescribe("Kubelet [Serial] [Slow]", func() {
|
||||
},
|
||||
{
|
||||
cpuLimits: framework.ContainersCPUSummary{
|
||||
stats.SystemContainerKubelet: {0.50: 0.15, 0.95: 0.20},
|
||||
stats.SystemContainerKubelet: {0.50: 0.17, 0.95: 0.22},
|
||||
stats.SystemContainerRuntime: {0.50: 0.06, 0.95: 0.09},
|
||||
},
|
||||
podsPerNode: 100,
|
||||
|
Reference in New Issue
Block a user