Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Allow executors to complete rather than terminate them #125

Open
ash211 opened this issue Feb 16, 2017 · 0 comments
Open

Allow executors to complete rather than terminate them #125

ash211 opened this issue Feb 16, 2017 · 0 comments

Comments

@ash211
Copy link

ash211 commented Feb 16, 2017

You can't read logs out of deleted pods but you can read logs out of completed pods. Completed pods are also reaped when their count exceeds a threshold so it's ok to have large numbers of completed pods -- we don't need to worry about deleting them to clear up disk space from logs (untested but believed to be standard k8s behavior).

This issue is to change the way to clean up executor pods from deleting them to instead having them complete (the JVM process exits cleanly) to preserve the logs.

Logs are accessible with: kubectl logs <pod-name>

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

No branches or pull requests

1 participant