By jesalaverria
Hello, I installer a K8s cluster and the applied the kube-state-metrics from the marketplace, but I noticed that I’ve been getting a ton of this messages:
E0709 22:58:00.106317 1 reflector.go:156] pkg/mod/k8s.io/client-go@v0.0.0-20191109102209-3c0d1af94be5/tools/cache/reflector.go:108:
Failed to list *v1beta2.VerticalPodAutoscaler: the server could not find the requested resource (get verticalpodautoscalers.autoscaling.k8s.io)
Any ideas?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
The error message you’re encountering indicates that kube-state-metrics is trying to access the VerticalPodAutoscaler resource in your Kubernetes cluster, but it’s unable to find it.
What is the version of your cluster? HPA should now be available out of the box:
https://docs.digitalocean.com/products/kubernetes/how-to/set-up-autoscaling/
In case that you need to you can also enable Cluster Autoscaler as well now:
https://docs.digitalocean.com/products/kubernetes/how-to/autoscale/
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.