-
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
Runners continuously get terminated immediately with my custom runner image and custom cert #1834
Comments
https://github.com/actions-runner-controller/actions-runner-controller#autoscaling
that isn't helping |
removed replica attribute, but still same issue, runner pod getting created and terminated. apiVersion: actions.summerwind.dev/v1alpha1 Logs from Controller: 2022-09-22T22:32:28Z DEBUG events Normal {"object": {"kind":"Runner","namespace":"runnerNS","name":"organization-runner-6wp5z-b997h","uid":"7d47f1c0-7b66-411d-87b9-1067f34bcc32","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"343787784"}, "reason": "PodCreated", "message": "Created pod 'organization-runner-6wp5z-b997h'"} |
@rpall08 As the log Also, just to be extra sure, how you considered this as a bug? 🤔 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
we are facing the same issue, did you find a resolution to this? |
Also having this same issue with a custom runner container. Unsure what the workaround is. |
Hello, |
Hi, I am also facing the same issue and it would be really helpful if someone could suggest moving on. We need this custom image running for developers. |
Checks
Controller Version
summerwind/actions-runner-controller:latest
Helm Chart Version
v3.9.0
CertManager Version
No response
Deployment Method
Helm
cert-manager installation
Used self signed cert for actions-controller deployment.
Checks
Resource Definitions
To Reproduce
Describe the bug
runner pod(s) are getting terminated immediately and not registered with github enterprise.
Describe the expected behavior
Expecting to start runner pods and register with github enterprise.
Controller Logs
Runner Pod Logs
Additional Context
No response
The text was updated successfully, but these errors were encountered: