mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #59420 from serathius/enable_hpa_tests_on_large_clusters
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Enable HPA tests on large clusters Fix https://github.com/kubernetes/kubernetes/issues/55887 After https://github.com/kubernetes/test-infra/pull/6667 was able to run HPA tests 3 times successfully on 2k node cluster. /cc @shyamjvs @wojtek-t ```release-note ```
This commit is contained in:
commit
99cfb3889e
@ -66,8 +66,7 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #54637 is fixed.
|
SIGDescribe("ReplicationController light", func() {
|
||||||
SIGDescribe("[DisabledForLargeClusters] ReplicationController light", func() {
|
|
||||||
It("Should scale from 1 pod to 2 pods", func() {
|
It("Should scale from 1 pod to 2 pods", func() {
|
||||||
scaleTest := &HPAScaleTest{
|
scaleTest := &HPAScaleTest{
|
||||||
initPods: 1,
|
initPods: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user