mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Enable HPA tests on large clusters
This commit is contained in:
parent
11104d75f1
commit
b393c1e80a
@ -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