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
Pods detached from Deployment are not deleted with RunnerPool deletion.
To reproduce.
Create RunnerPool
Run time-consuming jobs or extend pods used in failed jobs.
Delete RunnerPool
Pods used in jobs in 2. are left without being deleted.
How
When delete RunnerPool, expect to delete pods with running jobs and extending pods with it.
Example: When detaching a Pod from Deployment, set RunnerPool to the Pod's ownerReference.
Checklist
Finish implementation of the issue
Test all functions
Have enough logs to trace activities
Notify developers of necessary actions
The text was updated successfully, but these errors were encountered:
What
Pods detached from Deployment are not deleted with RunnerPool deletion.
To reproduce.
RunnerPool
How
When delete RunnerPool, expect to delete pods with running jobs and extending pods with it.
Example: When detaching a Pod from Deployment, set RunnerPool to the Pod's ownerReference.
Checklist
The text was updated successfully, but these errors were encountered: