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

K8s cleanup - All jobs pods reside in the cluster #129

Open
Mtze opened this issue Aug 13, 2024 · 0 comments
Open

K8s cleanup - All jobs pods reside in the cluster #129

Mtze opened this issue Aug 13, 2024 · 0 comments
Labels

Comments

@Mtze
Copy link
Member

Mtze commented Aug 13, 2024

Currently all Jobs are scheduled as Pods in the cluster - The pods are not deleted from the cluster automatically after completion (or failure)

This results in pod clutter:

k -n hades-executor get po
NAME                                   READY   STATUS       RESTARTS   AGE
0aedaf47-13c8-40b0-8977-dea64397db8d   0/1     Init:Error   0          2m39s
55493415-125c-492a-84cc-caa4ca05bc7a   0/1     Init:Error   0          7m25s
5f7e2c41-5bd9-47a7-83e7-a69deeed5d33   0/1     Completed    0          49s
8dc08e67-4da2-4f2a-80aa-7affd1a16c56   0/1     Init:Error   0          7m25s
f70455c5-8035-4d15-aa4a-945ceb115d49   0/1     Init:Error   0          2m7s
@Mtze Mtze added enhancement New feature or request component: K8s Scheduler labels Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant