Kubernetes-acs-engine-autoscaler icon indicating copy to clipboard operation
Kubernetes-acs-engine-autoscaler copied to clipboard

[Deprecated] Node-level autoscaler for Kubernetes clusters created with acs-engine.

Results 22 Kubernetes-acs-engine-autoscaler issues
Sort by recently updated
recently updated
newest added

Hi, This is not a bug, sorry I didn't find a better way to communicate this! I have been using the autoscaler and it's working great, but it's somewhat slow,...

We've been using the auto-scaler for a few months now with great satisfaction until a few days ago our deployments started failing. The error is consistent and has a peculiar...

The autoscaler should either always use the same deployment name, or clean older deployments at some point.

I wrote a small [script](https://gist.github.com/omerlh/4186ce201eea01f5949e4b1643873021) that can be used to generate `secrets.yaml` file from the `azuredeploy.parameters.json` file, and base64 encode correctly all the values. If you think it is useful,...

Notice this exception: ``` 2017-12-21 14:56:13,213 - autoscaler.engine_scaler - INFO - Deleting OS disk for Exception in thread Thread-2: Traceback (most recent call last): File "/app/autoscaler/engine_scaler.py", line 127, in delete_resources_for_node...

At present, if the user supplies either the `--spare-agents` or `--over-provision` parameters, the autoscaler does not provision the requested nodes unless there is at least one pending pod. This is...

When scaling up, if two pools have the same VM size, the AS should target the less populated pool to minimize network overloading.

Fix #7. * Add a `--util-threshold` parameter to control the percentage of CPU utilization for a node under which it should be cordoned. * The autoscaler will now uncordon existing...