mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 07:13:53 +00:00
Another try to fix flaky autoscaling test.
This commit is contained in:
parent
0aa5c16f38
commit
f96a6ef753
@ -75,7 +75,7 @@ var _ = Describe("Autoscaling", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("[Skipped][Autoscaling Suite] should scale cluster size based on memory utilization", func() {
|
It("[Skipped][Autoscaling Suite] should scale cluster size based on memory utilization", func() {
|
||||||
setUpAutoscaler("memory/node_utilization", 0.5, nodeCount, nodeCount+1)
|
setUpAutoscaler("memory/node_utilization", 0.6, nodeCount, nodeCount+1)
|
||||||
|
|
||||||
// Consume 60% of total memory capacity
|
// Consume 60% of total memory capacity
|
||||||
megabytesPerReplica := int(memCapacityMb * 6 / 10 / coresPerNode)
|
megabytesPerReplica := int(memCapacityMb * 6 / 10 / coresPerNode)
|
||||||
|
Loading…
Reference in New Issue
Block a user