escalator icon indicating copy to clipboard operation
escalator copied to clipboard

Escalator is a batch or job optimized horizontal autoscaler for Kubernetes

Results 12 escalator issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on...

enhancement
good first issue

Looks like right now the cloudprovider impl is AWS only.... Any plans for GCE, Openstack, ... ?

enhancement

We recently introduced escalator into our platform as a means to auto scale worker nodes in EKS. It has worked great for stateless workloads, realized as Kubernetes `Deployment`s. However, when...

help wanted
question

Currently, Escalator calculates resource utilisations based on both CPU and RAM. IMO, it's better to let users have multiple choices between: - CPU - RAM - GPU

enhancement

When Escalator terminates nodes it should be possible to carefully select the terminated nodes so as to leave one node from each availability zone of the ASG. This is especially...

enhancement
AWS
Cloud Provider

Add a option (in the nodegroup.yaml configuration file) to perform a drain before terminating an instance in a node group. This option should be per node group, as some node...

enhancement
feature

At the moment Escalator supports only one type of mode for the selection of which nodes to terminate - oldest first. This mode just prioritises the oldest nodes in the...

enhancement
feature

At the moment, metrics are global and can be used by just calling `metrics.`. They should ideally be part of the controller package. This will make it easier in the...

enhancement

Hello guys, It's a wonderful project and I've almost got it working. Having followed Readme instructions in (https://github.com/atlassian/escalator/blob/master/docs/deployment/aws/README.md) I have those ticked off: - IAM role created - IAM policy...

question

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies