wbuchwalter / Kubernetes-acs-engine-autoscaler

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

Azure kubectl get hpa - target unknown #95

Closed SnehaJosephSTS closed 6 years ago

SnehaJosephSTS commented 6 years ago

I am following this link to autoscale my AKS deployment ([https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-scale])

On running "kubectl get hpa" via the Azure Cloud Shell; I am always getting an "unknown" target.

image

Even on increasing the load; I observed that the pod CPU usage simply get limited by the limits i have set in the .yaml file . No new pods get generated by the hpa.

Why isn't the hpa creating new pods?

wbuchwalter commented 6 years ago

Hi, You have got the wrong repository. Open your issue here instead: https://github.com/kubernetes/kubernetes

This might help you as well: https://github.com/Azure/AKS/issues/318