mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #36188 from yujuhong/bump_limits
Automatic merge from submit-queue e2e: bump limits for kubelet's cpu usage The numbers are chosen based on the past tests results.
This commit is contained in:
commit
c6f0409190
@ -245,7 +245,7 @@ var _ = framework.KubeDescribe("Kubelet [Serial] [Slow]", func() {
|
|||||||
{
|
{
|
||||||
podsPerNode: 35,
|
podsPerNode: 35,
|
||||||
cpuLimits: framework.ContainersCPUSummary{
|
cpuLimits: framework.ContainersCPUSummary{
|
||||||
stats.SystemContainerKubelet: {0.50: 0.12, 0.95: 0.14},
|
stats.SystemContainerKubelet: {0.50: 0.12, 0.95: 0.16},
|
||||||
stats.SystemContainerRuntime: {0.50: 0.05, 0.95: 0.07},
|
stats.SystemContainerRuntime: {0.50: 0.05, 0.95: 0.07},
|
||||||
},
|
},
|
||||||
// We set the memory limits generously because the distribution
|
// We set the memory limits generously because the distribution
|
||||||
@ -257,7 +257,7 @@ var _ = framework.KubeDescribe("Kubelet [Serial] [Slow]", func() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
cpuLimits: framework.ContainersCPUSummary{
|
cpuLimits: framework.ContainersCPUSummary{
|
||||||
stats.SystemContainerKubelet: {0.50: 0.17, 0.95: 0.22},
|
stats.SystemContainerKubelet: {0.50: 0.20, 0.95: 0.29},
|
||||||
stats.SystemContainerRuntime: {0.50: 0.06, 0.95: 0.09},
|
stats.SystemContainerRuntime: {0.50: 0.06, 0.95: 0.09},
|
||||||
},
|
},
|
||||||
podsPerNode: 100,
|
podsPerNode: 100,
|
||||||
|
Loading…
Reference in New Issue
Block a user