You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am setting up arcs on Azure AKS for self-hosted runners to be used from github enterprise server (on-prem) .
I have performed the steps as in https://github.com/actions/actions-runner-controller/blob/master/docs/quickstart.md
But the pods do not come up. The controller log shows the following error- failed to create registration token: GET https://gitesurl/api/v3/repos/myorg/myrepo/actions/runners/registration-token: 404 Not Found
I am expecting a POST request here not GET. Is the issue because of that?
Following steps I have had to do additionally to make it work with github enterprise.
. --set=githubURL="https://githubesurl/api/v3"\
--set=githubUploadURL="https://githubesurl/api/uploads"\
--set=runnerGithubURL="https://githubesurl"\
Does any of it affect the call? I am assuming GET will not be implemented (a 405 error/unimplemented error) .
Any pointers would be very helpful.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions