Github actions runner failed to register #1245
Unanswered
mansipurestorage
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
-
Following Guidelines on setting up self hosted runner using PAT and everything looks fine until I spin runner.yaml
and getting this error:
DEBUG events Warning {"object": {"kind":"Runner","namespace":"default","name":"example-org-runner","uid":"****","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"505952"}, "reason": "FailedUpdateRegistrationToken", "message": "Updating registration token failed"}
It can even connect to specific url and on UI: I see "Last used within the last week" against respected token. also I can get response from [api/v3/user] using same token with username,
I would like to know how to debug this issue further? which docker container and/or logs will have more details?
For more info: using EKS cluster and cert manager too.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions