Files
kubernetes/test/e2e
Kubernetes Submit Queue 4ae6bd93c2 Merge pull request #44284 from MaciekPytel/ca_e2e_unflake
Automatic merge from submit-queue (batch tested with PRs 43844, 44284)

Add a retry to cluster-autoscaler e2e

This should fix https://github.com/kubernetes/kubernetes/issues/44268.

The flake was caused by following sequence of events:
1. Cluster was at minimum size (3), some node was unneeded for a while.
2. Setup for some test (scale-down, failure) would increase node group size (to 5) and wait for new nodes to come up.
3. As soon as new node come up (cluster size 4) CA would scale-down the old unneeded node (setting node group size to 4).
4. Node group would not reach size 5 (as the target was now 4) and the test would timeout and fail.

This PR makes the setup monitor re-set the target node group size if the above scenario happens.
2017-04-11 06:42:15 -07:00
..
2017-03-07 17:15:53 -08:00
2017-04-10 13:55:40 +08:00
2017-04-10 13:55:40 +08:00
2017-04-06 13:28:29 +02:00
2017-01-12 10:21:05 +08:00
2017-03-01 11:52:55 -08:00
2017-01-30 12:46:59 -05:00
2017-02-01 06:32:04 -07:00
2017-01-30 12:46:59 -05:00
2017-04-07 13:17:47 +02:00