autoscaler/cluster-autoscaler/clusterstate
Vivek Bagade 8c592f0c04 Fix bug where a node that becomes ready after 2 mins can be
treated as unready. Deprecated LongNotStarted

 In cases where node n1 would:
 1) Be created at t=0min
 2) Ready condition is true at t=2.5min
 3) Not ready taint is removed at t=3min
 the ready node is counted as unready

 Tested cases after fix:
 1) Case described above
 2) Nodes not starting even after 15mins still
 treated as unready
 3) Nodes created long ago that suddenly become unready are
 counted as unready.
2021-03-11 18:32:51 +01:00
..
api Update types.go 2018-03-30 00:13:35 +08:00
utils Add argument for Status Configmap tests 2021-02-18 17:21:32 +00:00
clusterstate.go Fix bug where a node that becomes ready after 2 mins can be 2021-03-11 18:32:51 +01:00
clusterstate_test.go Fix bug where a node that becomes ready after 2 mins can be 2021-03-11 18:32:51 +01:00