-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runner registration check instantly restarting pods #300
Comments
A few minutes ago I started experiencing this in my testing environment. Haven't found a workaround yet. |
@jwnx I values for helm release: # ...
image:
dindSidecarRepositoryAndTag: docker:dind
pullPolicy: IfNotPresent
repository: summerwind/actions-runner-controller
tag: v0.17.0 |
Sorry everyone this seems like a bug in the main branch as @BrendanGalloway has pointed out. Was it your production environment? If so, I got to think if we'd better change our GitHub actions workflow to update the |
All runner pods are instantly terminating, likely due to the changes in #297
The controller log states:
Runner failed to register itself to GitHub in timely manner. Recreating the pod to see if it resolves the issue. CAUTION: If you see this a lot, you should investigate the root cause. See https://github.com/summerwind/actions-runner-controller/issues/288 "runner": "github-runner/flanksource-ci-runner-deployment-p6g48-pd6qg", "podCreationTimestamp": "2021-02-09 07:56:58 +0000 UTC", "currentTime": "2021-02-09T07:56:58.547Z", "configuredRegistrationTimeout": "10m0s"}
however it seems like there is some bug in this logic as the pod is not waiting 10 min to register.
The text was updated successfully, but these errors were encountered: