aws-samples / aws-workshop-for-kubernetes

AWS Workshop for Kubernetes
Apache License 2.0
2.66k stars 1.07k forks source link

HPA should use metrics server instead of heapster #495

Open smoell opened 6 years ago

smoell commented 6 years ago

Kubernetes App Auto Scaling (304) is not working for EKS (Kubernetes 1.10), because HPA doesn't receive metric data. Please use HPA2 for Kubernetes 1.9 or later.

xydinesh commented 6 years ago

I ran into same issue with EKS, but then it looked like a known issue. https://serverfault.com/questions/917831/horizontalpodautoscaling-on-amazon-eks/918535

What do you mean by HPA2 ? HPA is a critical feature for us to use with EKS. Appreciate any help with this.

buzzsurfr commented 6 years ago

This issue is on hold while we wait for EKS to support metrics-server.

nbrandaleone commented 6 years ago

In the latest release, metrics-server is now working. You still need heapster installed for HPA to work.

nbrandaleone commented 6 years ago

My error - you do not NEED heapster installed for HPA to work. However, you must install the metric-server manually.