Runner Scale Set Controller Doesn't Seem to Pickup a new githubConfigUrl #3829
Unanswered
cameronrosier
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, really sorry is this is the incorrect place to ask this - please lead me to the right place and I can move it.
I am trying to run the scale set controller along with the runners via helm on my k3s setup. It was working well for a while, but I decided to change from a single github repository to a github organization, and when I did that, the controller still only tries to connect to the old github repository url.
I first deployed like this:
helm upgrade --install arc \ --namespace "arc-systems" \ --create-namespace \ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller
This was running fine for the single github repository, but I wanted to move to an organization wide set of runners so I uninstalled the helm charts and tried to reinstall like:
When I go back and look at the logs of the controller, I can see its complaning about
failed to get runner registration token on refresh: github api error: StatusCode 404
, which leads me to believe it's looking in the wrong place, and if I dig further I can see in the logs its still trying to connect to the original repository url I had setup initially. Is there some caching mechanism going on? I've deleted all PVs and PVCs trying to get this to reset but the values are somewhere I can't pinpoint.. any ideas?Beta Was this translation helpful? Give feedback.
All reactions