helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Investigate using `preStop` hooks

Open nniehoff opened this issue 1 year ago • 0 comments

K8s supports preStop lifecycle hooks to graceful exit applications. This might be nice for workers running jobs to wait before termination.

https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/

nniehoff avatar Apr 21 '23 20:04 nniehoff