wbuchwalter / Kubernetes-acs-engine-autoscaler

[Deprecated] Node-level autoscaler for Kubernetes clusters created with acs-engine.
Other
71 stars 22 forks source link

Cannot Autoscale VM's #69

Closed lauxtermann-aram closed 6 years ago

lauxtermann-aram commented 6 years ago

Hi,

I deployed the ACS-Engine autoscaler with a values.yml and helm.

values.yml

acsenginecluster:
  resourcegroup: XXX
  azurespappid: XXX-XXX-XXX
  azurespsecret: XXX
  azuresptenantid: XXX-XXX-XXX
  kubeconfigprivatekey: XXX
  clientprivatekey: XXX
  caprivatekey: XXX

cmd: helm install stable/acs-engine-autoscaler -f values.yml

I also tried to installing with a helm upgrade.

cmd:

helm upgrade yodeling-elk \
    --set acsenginecluster.resourcegroup=

Containing all acsenginecluster., but I keep getting the following Error:

2017-12-06 10:48:32,870 - autoscaler.cluster - DEBUG - Using kube service account 2017-12-06 10:48:32,871 - autoscaler.cluster - INFO - ++++ Running Scaling Loop ++++++ 2017-12-06 10:48:32,899 - autoscaler.cluster - WARNING - Unexpected error: <class 'KeyError'>

Does anyone (William?) know how to resolve this error?

Thank you!

lauxtermann-aram commented 6 years ago

I think I found the problem:

I am using Standard_f2s_v2, which are not in the capacity.json

lauxtermann-aram commented 6 years ago

Can someone please add this: Standard_f2s_v2, to the capacity.json?