mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #55594 from krzysztof-jastrzebski/e2e6
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>. Fix typo in e2e test name.
This commit is contained in:
commit
fd3de96be6
@ -910,7 +910,7 @@ var _ = SIGDescribe("Cluster size autoscaling [Slow]", func() {
|
|||||||
func(size int) bool { return size == nodeCount }, scaleDownTimeout))
|
func(size int) bool { return size == nodeCount }, scaleDownTimeout))
|
||||||
})
|
})
|
||||||
|
|
||||||
It("shouldn't scale down when non expendable pod is running [Feature:ClusterSizeAutoscalingScalePriority]", func() {
|
It("shouldn't scale down when non expendable pod is running [Feature:ClusterSizeAutoscalingScaleDown]", func() {
|
||||||
defer createPriorityClasses(f)()
|
defer createPriorityClasses(f)()
|
||||||
increasedSize := manuallyIncreaseClusterSize(f, originalSizes)
|
increasedSize := manuallyIncreaseClusterSize(f, originalSizes)
|
||||||
// Create increasedSize pods allocating 0.7 allocatable on present nodes - one pod per node.
|
// Create increasedSize pods allocating 0.7 allocatable on present nodes - one pod per node.
|
||||||
|
Loading…
Reference in New Issue
Block a user