DigitalOcean Vertical Scaling not working with HorizontalRunnerAutoscaler #2564
Unanswered
nselvitelli
asked this question in
Questions
Replies: 1 comment 1 reply
-
We are having the exact same issue but in Azure AKS. We have AKS set to autoscale but it basically chokes out the cluster as it never requests additional nodes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently using a k8s cluster on Digital Ocean with vertical autoscaling enabled and HRA setup. The issue is encountered when we rerun approx. 60 action runs at one time to stress-test the system. Runners autoscale with no problem; however, the nodes do not vertically scale to meet demand (Our single node reaches 100% CPU usage, but no additional nodes are spawned). Would anyone mind guiding us in the right direction, please?
Our
runnerdeployment.yaml
file looks like this:Beta Was this translation helpful? Give feedback.
All reactions