mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Lower requests b/c multiple containers will leave pending pods
This commit is contained in:
parent
94ff97fd89
commit
f5e97186d2
@ -229,14 +229,14 @@ func scaleOnIdleSideCar(name string, kind schema.GroupVersionKind, checkStabilit
|
|||||||
}
|
}
|
||||||
scaleTest := &HPAContainerResourceScaleTest{
|
scaleTest := &HPAContainerResourceScaleTest{
|
||||||
initPods: 1,
|
initPods: 1,
|
||||||
totalInitialCPUUsage: 250,
|
totalInitialCPUUsage: 125,
|
||||||
perContainerCPURequest: 500,
|
perContainerCPURequest: 250,
|
||||||
targetCPUUtilizationPercent: 20,
|
targetCPUUtilizationPercent: 20,
|
||||||
minPods: 1,
|
minPods: 1,
|
||||||
maxPods: 5,
|
maxPods: 5,
|
||||||
firstScale: 3,
|
firstScale: 3,
|
||||||
firstScaleStasis: stasis,
|
firstScaleStasis: stasis,
|
||||||
cpuBurst: 700,
|
cpuBurst: 500,
|
||||||
secondScale: 5,
|
secondScale: 5,
|
||||||
sidecarStatus: e2eautoscaling.Enable,
|
sidecarStatus: e2eautoscaling.Enable,
|
||||||
sidecarType: e2eautoscaling.Idle,
|
sidecarType: e2eautoscaling.Idle,
|
||||||
|
Loading…
Reference in New Issue
Block a user