mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Increased memory limit for horizontal pod autoscaler e2e test.
Increased memory limit for horizontal pod autoscaler e2e test. Fixes #14667.
This commit is contained in:
parent
887aeaa101
commit
31bd5fda72
@ -63,7 +63,7 @@ var _ = Describe("Horizontal pod autoscaling", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("[Skipped][Autoscaling Suite] should scale from 5 pods to 3 pods and from 3 to 1 (scale resource: Memory)", func() {
|
It("[Skipped][Autoscaling Suite] should scale from 5 pods to 3 pods and from 3 to 1 (scale resource: Memory)", func() {
|
||||||
rc = NewDynamicResourceConsumer("rc", 5, 0, 2200, 100, 1000, f)
|
rc = NewDynamicResourceConsumer("rc", 5, 0, 2200, 100, 2500, f)
|
||||||
defer rc.CleanUp()
|
defer rc.CleanUp()
|
||||||
createMemoryHorizontalPodAutoscaler(rc, "1000")
|
createMemoryHorizontalPodAutoscaler(rc, "1000")
|
||||||
rc.WaitForReplicas(3)
|
rc.WaitForReplicas(3)
|
||||||
|
Loading…
Reference in New Issue
Block a user