-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(provider/kubernetes): runJob logs
add support for capturing logs as part of `collectJob`. logs are added to the job status. i'm not sure how well this scales as log size grows so this may not be the best implementation, but it may work for the short term. since execution details are persisted to volitile storage storing them with the jobs status is best since the reference to the job pod is also stored there.
- Loading branch information
1 parent
c147e57
commit 9e73b28
Showing
2 changed files
with
19 additions
and
1 deletion.
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