Hey all, I’m using k8s with EKS and all my HPA are...
# kubernetes
a
Hey all, I’m using k8s with EKS and all my HPA are failing with
*failed to get cpu utilization: unable to get metrics for resource cpu: unable to fetch metrics from resource metrics API: the server could not find the requested resource (get <http://pods.metrics.k8s.io|pods.metrics.k8s.io>)*
Missing a metric-server or something ? Should we install something else when we are creating the cluster following the guide in the doc ?
m
The metrics server is not deployed by default in EKS, you'll have to install it first: https://docs.aws.amazon.com/eks/latest/userguide/metrics-server.html
a
Thx will install it then, thought it was included by default
👍 1