autoscaler/cluster-autoscaler/core
Maciej Pytel 930c210843 Delay scale-up including GPU request
Nodes with GPU are expensive and it's likely a bunch of pods
using them will be created in a batch. In this case we can
wait a bit for all pods to be created to make more efficient
scale-up decision.
2018-03-05 12:29:45 +01:00
..
autoscaler.go Compilation fix for CA after godeps update 2017-08-11 17:56:47 +02:00
autoscaler_builder.go Compilation fix for CA after godeps update 2017-08-11 17:56:47 +02:00
autoscaler_test.go Compilation fix for CA after godeps update 2017-08-11 17:56:47 +02:00
autoscaling_context.go Remove --unregistered-node-removal-time flag 2017-11-15 11:11:30 +01:00
autoscaling_context_test.go Adds resource limits to cloud provider. 2017-10-23 16:06:56 +02:00
dynamic_autoscaler.go Add cleaner function labels for metrics exporting. 2017-08-22 16:09:42 +02:00
dynamic_autoscaler_test.go cluster-autoscaler: Fix scale-down when the node group auto-discovery feature is enabled 2017-06-22 10:25:37 +09:00
polling_autoscaler.go Renaming the interface function to Cleanup() for CloudProvider type 2017-11-01 12:41:13 -04:00
polling_autoscaler_test.go Fixing for issue 252 by implementing a channel to stop the go routine 2017-11-01 11:00:00 -04:00
scale_down.go Merge pull request #411 from krzysztof-jastrzebski/priority 2017-11-08 09:09:26 +01:00
scale_down_test.go Merge pull request #411 from krzysztof-jastrzebski/priority 2017-11-08 09:09:26 +01:00
scale_up.go Add metrics for autoprovisioning 2017-10-31 17:42:58 +01:00
scale_up_test.go Adds resource limits to cloud provider. 2017-10-23 16:06:56 +02:00
static_autoscaler.go Delay scale-up including GPU request 2018-03-05 12:29:45 +01:00
static_autoscaler_test.go Fix unit static autoscaler unit tests. 2017-11-15 16:13:18 +01:00
utils.go Delay scale-up including GPU request 2018-03-05 12:29:45 +01:00
utils_test.go Skip iteration if pending pods are too new 2018-03-05 12:17:14 +01:00