We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: