-
Hi community, I'm trying to use HorizontalRunnerAutoscaler but with no luck. The RunnerDeployment itself works fine when I specify
In the controller log, there is not that much information about HRA, everything looks ok, perhaps I'm missing something... Can someone give an advice on how to find out what is the root cause of that problem? Thanks in advance, P.S. The ARC version is 0.27.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
@Edarjak does webhook driven scaling work properly? Also - I have noticed on rare occasions with webhook driven scaling if I delete/reapply my HRA and RD resources sometimes we get stuck with the minimum count and cannot scale up. Usually deleting the impacted HRA/RD resources, and rolling the controller and webhook pods can help. I have also had luck setting a new minimum count for the impacted HRA and that usually causes a scale-up of pods and resolves the issue for me. |
Beta Was this translation helpful? Give feedback.
Hi @Edarjak,
I think you are missing a
namespace:
key for the HRA because you specify anamespace: github-actions-runners-small
for your RunnerDeployment. It means that if the namespace is missing on the HRA side it simply doesn't know where to apply your deployment. So, my recommendation try to use this: