mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Fix flaking cluster-autoscaler e2e
This commit is contained in:
parent
1a857ca551
commit
af345688dd
@ -350,8 +350,8 @@ var _ = framework.KubeDescribe("Cluster size autoscaling [Slow]", func() {
|
||||
increasedSize := 0
|
||||
newSizes := make(map[string]int)
|
||||
for key, val := range originalSizes {
|
||||
newSizes[key] = val + 2
|
||||
increasedSize += val + 2
|
||||
newSizes[key] = val + 2 + unready
|
||||
increasedSize += val + 2 + unready
|
||||
}
|
||||
setMigSizes(newSizes)
|
||||
framework.ExpectNoError(WaitForClusterSizeFuncWithUnready(f.ClientSet,
|
||||
|
Loading…
Reference in New Issue
Block a user