kubelet e2e: bumping cpu limit

pull/6/head
Yu-Ju Hong 2016-06-01 11:40:48 -07:00
parent 9336eb516b
commit ede3e885d6
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ var _ = framework.KubeDescribe("Kubelet [Serial] [Slow]", func() {
}, },
{ {
cpuLimits: framework.ContainersCPUSummary{ 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}, stats.SystemContainerRuntime: {0.50: 0.06, 0.95: 0.09},
}, },
podsPerNode: 100, podsPerNode: 100,