Replies: 1 comment 1 reply
-
@mumoshu , do you have any suggestion here? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am trying to deploy runner image built on macOS Montery on Azure k8, but the runner POD terminating immediately.
Not able to get runner POD logs as its terminating immediately, when actions-runner-controller deployment removed, one of runner POD got stuck in running state and logs from the POD as below.
"standard_init_linux.go:228: exec user process caused: exec format error"
Logs from actions-runner-controller pod as below.
2022-09-29T16:01:31Z INFO actions-runner-controller.runner Removed finalizer {"runner": "ghrunner-dev/organization-runner-zggg9-nx6tl"}
2022-09-29T16:01:31Z DEBUG actions-runner-controller.runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "ghrunner-dev/organization-runner-zggg9", "owner": "ghrunner-dev/organization-runner-zggg9-hrz2s", "pods": null}
2022-09-29T16:01:31Z INFO actions-runner-controller.runner Updated registration token {"runner": "organization-runner-zggg9-hrz2s", "repository": ""}
2022-09-29T16:01:31Z DEBUG actions-runner-controller.runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "ghrunner-dev/organization-runner-zggg9", "owner": "ghrunner-dev/organization-runner-zggg9-hrz2s", "pods": null}
2022-09-29T16:01:31Z DEBUG events Normal {"object": {"kind":"Runner","namespace":"ghrunner-dev","name":"organization-runner-zggg9-hrz2s","uid":"a5b5aec3-145b-4485-ab47-240ace51bfac","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"352023243"}, "reason": "RegistrationTokenUpdated", "message": "Successfully update registration token"}
2022-09-29T16:01:31Z 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": "ghrunner-dev/organization-runner-zggg9-nx6tl"}
2022-09-29T16:01:31Z INFO actions-runner-controller.runner Created runner pod {"runner": "ghrunner-dev/organization-runner-zggg9-hrz2s", "repository": ""}
2022-09-29T16:01:31Z DEBUG events Normal {"object": {"kind":"Runner","namespace":"ghrunner-dev","name":"organization-runner-zggg9-hrz2s","uid":"a5b5aec3-145b-4485-ab47-240ace51bfac","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"352023244"}, "reason": "PodCreated", "message": "Created pod 'organization-runner-zggg9-hrz2s'"}
2022-09-29T16:01:34Z DEBUG actions-runner-controller.runner Runner appears to have been registered and running. {"runner": "ghrunner-dev/organization-runner-zggg9-hrz2s", "podCreationTimestamp": "2022-09-29 16:01:31 +0000 UTC"}
2022-09-29T16:01:34Z DEBUG actions-runner-controller.runnerreplicaset Created replica(s) {"runnerreplicaset": "ghrunner-dev/organization-runner-zggg9", "lastSyncTime": null, "effectiveTime": "", "templateHashDesired": "596756d896", "replicasDesired": 1, "replicasPending": 0, "replicasRunning": 0, "replicasMaybeRunning": 0, "templateHashObserved": [], "created": 1}
2022-09-29T16:01:34Z DEBUG actions-runner-controller.runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "ghrunner-dev/organization-runner-zggg9", "owner": "ghrunner-dev/organization-runner-zggg9-vfb4l", "pods": null}
2022-09-29T16:01:34Z INFO actions-runner-controller.runner Removed finalizer {"runner": "ghrunner-dev/organization-runner-zggg9-hrz2s"}
2022-09-29T16:01:34Z DEBUG actions-runner-controller.runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "ghrunner-dev/organization-runner-zggg9", "owner": "ghrunner-dev/organization-runner-zggg9-vfb4l", "pods": null}
2022-09-29T16:01:34Z DEBUG actions-runner-controller.runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "ghrunner-dev/organization-runner-zggg9", "owner": "ghrunner-dev/organization-runner-zggg9-vfb4l", "pods": null}
2022-09-29T16:01:34Z INFO actions-runner-controller.runner Updated registration token {"runner": "organization-runner-zggg9-vfb4l", "repository": ""}
2022-09-29T16:01:34Z DEBUG events Normal {"object": {"kind":"Runner","namespace":"ghrunner-dev","name":"organization-runner-zggg9-vfb4l","uid":"dcd268ac-ca9b-40b0-96d6-a336da96ced5","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"352023308"}, "reason": "RegistrationTokenUpdated", "message": "Successfully update registration token"}
2022-09-29T16:01:34Z DEBUG actions-runner-controller.runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "ghrunner-dev/organization-runner-zggg9", "owner": "ghrunner-dev/organization-runner-zggg9-vfb4l", "pods": null}
2022-09-29T16:01:34Z INFO actions-runner-controller.runner Created runner pod {"runner": "ghrunner-dev/organization-runner-zggg9-vfb4l", "repository": ""}
Beta Was this translation helpful? Give feedback.
All reactions