forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor k8s array plugin to reuse pod plugin for subtasks (flyteorg#244
) * refactored to use pod plugin in map task subtasks Signed-off-by: Daniel Rammer <[email protected]> * initializing array log plugins Signed-off-by: Daniel Rammer <[email protected]> * fixed namespace template tests Signed-off-by: Daniel Rammer <[email protected]> * fixed podname for logs Signed-off-by: Daniel Rammer <[email protected]> * setting task log names based on retry attempt and index Signed-off-by: Daniel Rammer <[email protected]> * setting task log names correctly Signed-off-by: Daniel Rammer <[email protected]> * filled out management unit tests Signed-off-by: Daniel Rammer <[email protected]> * cleaned up subtask execution context and added unit tests Signed-off-by: Daniel Rammer <[email protected]> * fixed existing unit tests Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issues Signed-off-by: Daniel Rammer <[email protected]> * added function comments to management.go Signed-off-by: Daniel Rammer <[email protected]> * fixed phase transitions from failures when launching or monitoring subtasks Signed-off-by: Daniel Rammer <[email protected]> * added finalizeSubtask function Signed-off-by: Daniel Rammer <[email protected]> * added abort functionality Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issues Signed-off-by: Daniel Rammer <[email protected]> * fixed log suffix to match pod name Signed-off-by: Daniel Rammer <[email protected]> * fixed abort error Signed-off-by: Daniel Rammer <[email protected]> * finalizing subtask on terminal phase Signed-off-by: Daniel Rammer <[email protected]> * deallocating resource on launchSubtask fail Signed-off-by: Daniel Rammer <[email protected]> * fixed management derr issue Signed-off-by: Daniel Rammer <[email protected]>
- Loading branch information
Showing
23 changed files
with
1,468 additions
and
2,001 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
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
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.