Issue with runner coming up and show up in github runner in github portal #3057
Unanswered
sankansm23
asked this question in
Questions
Replies: 1 comment
-
@mumoshu Do you have any suggestions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
our runner pod never comes up and always restarts within 2 seconds leaving no chance to see logs on the runner pod and cant describe the pod as well. I dont see this runner show up in Github runner page. Not sure what am i missing. Will be great-full if some one can guide.
github-actions-test gh-actions-runner-test-5vzkk-2zmft 0/1 Completed 0 3s
I get following logs in ARC since the deployment
2023-11-09T17:34:21Z DEBUG controller-runtime.webhook.webhooks received request {"webhook": "/mutate-actions-summerwind-dev-v1alpha1-runner", "UID": "e2c10a93-874b-4f13-a420-643a383c6388", "kind": "actions.summerwind.dev/v1alpha1, Kind=Runner", "resource": {"group":"actions.summerwind.dev","version":"v1alpha1","resource":"runners"}}
2023-11-09T17:34:21Z DEBUG controller-runtime.webhook.webhooks wrote response {"webhook": "/mutate-actions-summerwind-dev-v1alpha1-runner", "code": 200, "reason": "", "UID": "e2c10a93-874b-4f13-a420-643a383c6388", "allowed": true}
2023-11-09T17:34:21Z DEBUG controller-runtime.webhook.webhooks received request {"webhook": "/mutate-actions-summerwind-dev-v1alpha1-runner", "UID": "5b3a9da3-0e64-4060-917a-31222fae0a12", "kind": "actions.summerwind.dev/v1alpha1, Kind=Runner", "resource": {"group":"actions.summerwind.dev","version":"v1alpha1","resource":"runners"}}
2023-11-09T17:34:21Z DEBUG controller-runtime.webhook.webhooks wrote response {"webhook": "/mutate-actions-summerwind-dev-v1alpha1-runner", "code": 200, "reason": "", "UID": "5b3a9da3-0e64-4060-917a-31222fae0a12", "allowed": true}
2023-11-09T17:34:21Z DEBUG actions-runner-controller.runnerreplicaset Created replica(s) {"runnerreplicaset": "github-actions-test/gh-actions-runner-test-5vzkk", "lastSyncTime": null, "effectiveTime": "2023-11-09 17:26:16 +0000 UTC", "templateHashDesired": "8457d468bb", "replicasDesired": 1, "replicasPending": 0, "replicasRunning": 0, "replicasMaybeRunning": 0, "templateHashObserved": [], "created": 1}
2023-11-09T17:34:21Z DEBUG actions-runner-controller.runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "github-actions-test/gh-actions-runner-test-5vzkk", "owner": "github-actions-test/gh-actions-runner-test-5vzkk-mdw6w", "pods": null}
2023-11-09T17:34:21Z DEBUG actions-runner-controller.runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "github-actions-test/gh-actions-runner-test-5vzkk", "owner": "github-actions-test/gh-actions-runner-test-5vzkk-mdw6w", "pods": null}
2023-11-09T17:34:21Z INFO actions-runner-controller.runner Removed finalizer {"runner": "github-actions-test/gh-actions-runner-test-5vzkk-dzfhl"}
2023-11-09T17:34:21Z DEBUG controller-runtime.webhook.webhooks received request {"webhook": "/mutate-actions-summerwind-dev-v1alpha1-runner", "UID": "aa7ec26f-0eb8-4be8-8468-b84c1df504bc", "kind": "actions.summerwind.dev/v1alpha1, Kind=Runner", "resource": {"group":"actions.summerwind.dev","version":"v1alpha1","resource":"runners"}}
2023-11-09T17:34:21Z DEBUG controller-runtime.webhook.webhooks wrote response {"webhook": "/mutate-actions-summerwind-dev-v1alpha1-runner", "code": 200, "reason": "", "UID": "aa7ec26f-0eb8-4be8-8468-b84c1df504bc", "allowed": true}
2023-11-09T17:34:21Z DEBUG actions-runner-controller.runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "github-actions-test/gh-actions-runner-test-5vzkk", "owner": "github-actions-test/gh-actions-runner-test-5vzkk-mdw6w", "pods": null}
2023-11-09T17:34:21Z DEBUG actions-runner-controller.runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "github-actions-test/gh-actions-runner-test-5vzkk", "owner": "github-actions-test/gh-actions-runner-test-5vzkk-mdw6w", "pods": null}
2023-11-09T17:34:21Z INFO actions-runner-controller.runner Updated registration token {"runner": "gh-actions-runner-test-5vzkk-mdw6w", "repository": ""}
2023-11-09T17:34:21Z DEBUG events Normal {"object": {"kind":"Runner","namespace":"github-actions-test","name":"gh-actions-runner-test-5vzkk-mdw6w","uid":"d108bd4e-c820-412c-a29b-7cccf53bb11e","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"28282557"}, "reason": "RegistrationTokenUpdated", "message": "Successfully update registration token"}
2023-11-09T17:34:21Z INFO actions-runner-controller.runner Created runner pod {"runner": "github-actions-test/gh-actions-runner-test-5vzkk-mdw6w", "repository": ""}
2023-11-09T17:34:21Z DEBUG events Normal {"object": {"kind":"Runner","namespace":"github-actions-test","name":"gh-actions-runner-test-5vzkk-mdw6w","uid":"d108bd4e-c820-412c-a29b-7cccf53bb11e","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"28282559"}, "reason": "PodCreated", "message": "Created pod 'gh-actions-runner-test-5vzkk-mdw6w'"}
2023-11-09T17:34:21Z INFO actions-runner-controller.runnerpod Unregistration started before runner ID is assigned. Perhaps the runner pod was terminated by anyone other than ARC? Was it OOM killed? Marking unregistration as completed anyway because there's nothing ARC can do. {"runnerpod": "github-actions-test/gh-actions-runner-test-5vzkk-dzfhl"}
Beta Was this translation helpful? Give feedback.
All reactions