hjacobs / kube-aws-autoscaler

Simple, elastic Kubernetes cluster autoscaler for AWS Auto Scaling Groups
GNU General Public License v3.0
94 stars 21 forks source link

Ignore pending pods with resource requests exceeding node capacity #15

Open hjacobs opened 7 years ago

hjacobs commented 7 years ago

The autoscaler should ignore every Pending pod if its resource requests exceed the capacity of the biggest node. Such pods will never get scheduled (without changing the EC2 instance type) and scaling up for them makes therefore no sense.