You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pods for a runner pool evict, the pods are successfully unregistered from Github but the pods aren't deleted and new pods aren't spun which leads to jobs being queued.
If I have 1 runner pod which gets evicted, then the CURRENTPOOLSIZE for the runner pool remains 1 which is why no new pod is spun.
I've already seen #232. This solves the evicted runners being unregistered, which is happening successfully but pods aren't being deleted.
The text was updated successfully, but these errors were encountered:
@Yagyansh Evicted pods are a sign of something malfunctioning, hence k8s does not remove them automatically (in order to let the user detect the fact and understand why).
Operator Version - v0.10.0
I'm using GHE.
When pods for a runner pool evict, the pods are successfully unregistered from Github but the pods aren't deleted and new pods aren't spun which leads to jobs being queued.
If I have 1 runner pod which gets evicted, then the CURRENTPOOLSIZE for the runner pool remains 1 which is why no new pod is spun.
I've already seen #232. This solves the evicted runners being unregistered, which is happening successfully but pods aren't being deleted.
The text was updated successfully, but these errors were encountered: