Skip to content
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

Delete completed worker pods on deregister #73

Open
omus opened this issue May 5, 2021 · 1 comment
Open

Delete completed worker pods on deregister #73

omus opened this issue May 5, 2021 · 1 comment

Comments

@omus
Copy link
Member

omus commented May 5, 2021

We currently launch pods for workers and after the pod has succeeded or failed the pod will still be visible in the pod list from kubectl get pods. For pods that fail we should probably refrain from deleting them to assist with postmortem debugging but for succeeded pods we may want to automatically clean them up.

Pods don't support a TTL but completed pods (succeeded or failed) are eventually garbage collected.

@omus
Copy link
Member Author

omus commented May 5, 2021

Related to #54 but slightly different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant