Hey!
I guess in Kubernetes 1.25 they removed “autoscaling/v2beta1”. If I try to upgrade my drone-runner-docker I get the following error:
Error: UPGRADE FAILED: resource mapping not found for name: "drone-runner-docker" namespace: "" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"
ensure CRDs are installed first
I would be interested to hear how well autoscaling is working for you. I definitely need to add some documentation on using HPA with the docker runner chart.
So, now it’s working. Problem is, Helm Chart isn’t providing resources for all its containers: dind and gc have no resources defined. I added a new PR with my local changes. HPA is now working and happily scaling around