autoscaler/cluster-autoscaler/config
Vivek Bagade c6b87841ce Added a new method that uses pod packing to filter schedulable pods
filterOutSchedulableByPacking is an alternative to the older
filterOutSchedulable. filterOutSchedulableByPacking sorts pods in
unschedulableCandidates by priority and filters out pods that can be
scheduled on free capacity on existing nodes. It uses a basic packing
approach to do this. Pods with nominatedNodeName set are always
filtered out.

filterOutSchedulableByPacking is set to be used by default, but, this
can be toggled off by setting filter-out-schedulable-pods-uses-packing
flag to false, which would then activate the older and more lenient
filterOutSchedulable(now called filterOutSchedulableSimple).

Added test cases for both methods.
2019-01-25 16:09:51 +05:30
..
dynamic Remove unused dynamic.Config 2018-07-19 14:53:09 +02:00
autoscaling_options.go Added a new method that uses pod packing to filter schedulable pods 2019-01-25 16:09:51 +05:30
const.go respect minimum cores/memory limit during scale down 2017-09-13 10:10:47 +02:00
kubernetes.go Typo fix "structur"->"structure" 2018-03-15 19:54:12 +08:00