Docker Kubernetes (Mac) - Autoscaler unable to find metrics

前端 未结 4 866
别跟我提以往
别跟我提以往 2020-12-15 08:41

I have installed a local instance of Kubernetes via Docker on my Mac.

Following the walkthrough on how to activate autoscaling on a deployment I have experienced an

4条回答
  •  执笔经年
    2020-12-15 08:55

    We upgraded to AWS EKS version 1.13.7 and that's when we started having problems with HPA, It turns out on my deployment I had to specified a value for resources.requests.cpu=200m and the HPA started working for me.

提交回复
热议问题