mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-08-08 23:37:11 +00:00
revert podCPURequest to 200m
This commit is contained in:
@@ -550,7 +550,7 @@ var _ = SIGDescribe(feature.HPA, framework.WithSlow(), framework.WithFeatureGate
|
||||
ginkgo.It("should scale up but should not scale down", func(ctx context.Context) {
|
||||
ginkgo.By("setting up resource consumer and HPA")
|
||||
initPods := 10
|
||||
podCPURequest := 500
|
||||
podCPURequest := 200
|
||||
targetCPUUtilizationPercent := 60
|
||||
// Compute initial load for 10 pods.
|
||||
initCPUUsageTotal := usageForReplicasWithRequest(initPods, podCPURequest, targetCPUUtilizationPercent)
|
||||
|
||||
Reference in New Issue
Block a user