autoscaler/cluster-autoscaler/core/podlistprocessor
dom.bozzuto 1150fcd27a Fix scaledown:nodedeletion metric calculation
The scaledown:nodedeletion metric duration was incorrectly being computed relative to the start of the RunOnce routine, instead of from the actual start of the deletion. Behavior in the start of the routine (like a long cloudproviderrefresh) would incorrectly skew the nodedeletion duration

Signed-off-by: Domenic Bozzuto <dom.bozzuto@datadoghq.com>
2023-02-02 12:03:38 -05:00
..
currently_drained_nodes.go Add currently drained pods before scale-up 2022-12-09 16:27:03 +00:00
currently_drained_nodes_test.go Fix scaledown:nodedeletion metric calculation 2023-02-02 12:03:38 -05:00
filter_out_daemon_sets.go Add filtering out DS pods from scale-up, refactor default pod list processor 2023-01-23 17:14:46 +00:00
filter_out_daemon_sets_test.go Add filtering out DS pods from scale-up, refactor default pod list processor 2023-01-23 17:14:46 +00:00
filter_out_schedulable.go Add default PodListProcessor wrapper 2022-12-09 16:26:56 +00:00
filter_out_schedulable_test.go Add default PodListProcessor wrapper 2022-12-09 16:26:56 +00:00
pod_list_processor.go Add filtering out DS pods from scale-up, refactor default pod list processor 2023-01-23 17:14:46 +00:00