mirror of https://github.com/k3s-io/k3s
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.pull/6/head
commit
cdbda4a00f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue