mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
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:
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
Block a user