k3s/test/e2e/autoscaling
Kubernetes Submit Queue 924bd563b8 Merge pull request #53374 from aleksandra-malinowska/defer-disable-autoscaling
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>.

Disable autoscaling before removing autoscaled node pool

This is to prevent flakes due to API calls failing in AfterEach during master restart, which is triggered by deleting an autoscaled node pool. Adding disable call before deleting node pool should prevent this as we'll wait for master restart in disableAutoscaler function. 

While it may be faster to wait after deletion of autoscaled node pools, this is less complex and will be easier to remove in the future when changing autoscaling setttings no longer triggers master restart.
2017-10-03 03:47:14 -07:00
..
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
OWNERS Add current members of autoscaling teams to autoscaling tests OWNERS 2017-07-13 17:23:38 +02:00
autoscaling_timer.go Merge pull request #51277 from irfanurrehman/hpa-e2e-mod-for-fed 2017-09-20 18:01:40 -07:00
cluster_autoscaler_scalability.go Merge pull request #50989 from wgliang/master 2017-09-23 00:24:35 -07:00
cluster_size_autoscaling.go Merge pull request #53374 from aleksandra-malinowska/defer-disable-autoscaling 2017-10-03 03:47:14 -07:00
dns_autoscaling.go Renamed ClusterSize and WaitForClusterSize to NumberOfReadyNodes and WaitForReadyNodes, respectively. 2017-08-29 11:53:17 +02:00
framework.go Add [sig-autoscaling] prefix to autoscaling e2e tests 2017-08-01 20:06:11 +08:00
horizontal_pod_autoscaling.go [Federation] Update hpa e2e utils to enable reuse in fed hpa tests 2017-08-24 21:21:16 +05:30