mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #115311 from atwamahmoud/fix-scaleup-hpa-e2e-tests
Decrease target value for scale up tests in HPA
This commit is contained in:
commit
ea09f81009
@ -230,7 +230,7 @@ func scaleUp(ctx context.Context, name string, kind schema.GroupVersionKind, res
|
||||
initPods: 1,
|
||||
perPodCPURequest: 500,
|
||||
perPodMemRequest: 500,
|
||||
targetValue: getTargetValueByType(150, 30, metricTargetType),
|
||||
targetValue: getTargetValueByType(100, 20, metricTargetType),
|
||||
minPods: 1,
|
||||
maxPods: 5,
|
||||
firstScale: 3,
|
||||
|
Loading…
Reference in New Issue
Block a user