mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 23:19:26 +00:00
HPA E2E Test: CPU / Memory: Average Value / Utilization
This commit is contained in:
@@ -53,7 +53,7 @@ func (t *HPAUpgradeTest) Setup(f *framework.Framework) {
|
||||
f.ScalesGetter,
|
||||
e2eautoscaling.Disable,
|
||||
e2eautoscaling.Idle)
|
||||
t.hpa = e2eautoscaling.CreateCPUHorizontalPodAutoscaler(
|
||||
t.hpa = e2eautoscaling.CreateCPUResourceHorizontalPodAutoscaler(
|
||||
t.rc,
|
||||
20, /* targetCPUUtilizationPercent */
|
||||
1, /* minPods */
|
||||
|
Reference in New Issue
Block a user