EphemeralRunner: On cleanup, if pod is pending, delete from service#2255
Merged
Conversation
Member
|
Will this cause ARC stuck in a loop of creating/deleting runners on the service? |
Collaborator
Author
|
Yes |
Member
|
@nikola-jokic The service will return 429 if you configure too many runners within a short time window. |
TingluoHuang
reviewed
Feb 7, 2023
1c007f4 to
b664d11
Compare
Co-authored-by: Tingluo Huang <tingluohuang@github.com>
Co-authored-by: Tingluo Huang <tingluohuang@github.com>
TingluoHuang
approved these changes
Feb 11, 2023
unpollito
pushed a commit
to DistruApp/actions-runner-controller
that referenced
this pull request
Jan 21, 2026
…ctions#2255) Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If pod is unable to start due to image pull issue, the pod will get stuck in Pending phase. It would require manual intervention to delete that ephemeral runner.
This change removes runner from the service if pod is pending (never actually started).