-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC-32683 Fix issues with postmortem and container death
helm changes: - Consistently generate command via addCommandAndLifecycle, and collect added container information in lifeCycleCtx based on containers added to lifeCycleCtx - Add terminationGracePeriodSeconds option - Mount ephemeral directories in distinct subPaths. - Fix issues with postmortem's from different containers overwriting one another - Add addPostRunContainer to generate postrun container, to monitor running containers. script changes: - add container_watch.sh for postrun pod. - move all options handling into check_executes.sh code changes: - code grace time into k8s job file into, so that postjob clearup can also use - Clear wuid file (prevents spurious error association) Signed-off-by: Jake Smith <[email protected]>
- Loading branch information
Showing
24 changed files
with
772 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.