actions / actions-runner-controller

Kubernetes controller for GitHub Actions self-hosted runners
Apache License 2.0
4.76k stars 1.12k forks source link

Removing Runner when runner container Not Ready #3795

Open pulkitanz opened 2 weeks ago

pulkitanz commented 2 weeks ago

When the runner container goes into a NotReady State the Pod is stuck in a Pending state and never gets deleted, this is causing our jobs to fail. Ideally it should early delete Pod when this scenario happens.