Cleanup in background mode #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background mode works by launching the driver pod and then exiting.
Cleanup can be implemented by generating a cleanup script, storing it in the generated config map (same as the init script) and
modifying the driver pod launch to run this script on cleanup.
implemented, but not tested