-
Notifications
You must be signed in to change notification settings - Fork 5k
[feature][task] Add Kubeflow task plugin for MLOps scenario #12843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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
89ec8a6 to
3c5d2f7
Compare
...er-task-kubeflow/src/main/java/org/apache/dolphinscheduler/plugin/kubeflow/KubeflowTask.java
Fixed
Show fixed
Hide fixed
...er-task-kubeflow/src/main/java/org/apache/dolphinscheduler/plugin/kubeflow/KubeflowTask.java
Fixed
Show fixed
Hide fixed
...er-task-kubeflow/src/main/java/org/apache/dolphinscheduler/plugin/kubeflow/KubeflowTask.java
Fixed
Show fixed
Hide fixed
...ask-kubeflow/src/test/java/org/apache/dolphinscheduler/plugin/kubeflow/KubeflowTaskTest.java
Fixed
Show fixed
Hide fixed
0726ba3 to
a2b4863
Compare
Codecov Report
@@ Coverage Diff @@
## dev #12843 +/- ##
============================================
+ Coverage 39.15% 39.25% +0.09%
- Complexity 4214 4230 +16
============================================
Files 1046 1051 +5
Lines 39740 39849 +109
Branches 4574 4585 +11
============================================
+ Hits 15562 15644 +82
- Misses 22407 22432 +25
- Partials 1771 1773 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
a2b4863 to
6c8452c
Compare
|
Kudos, SonarCloud Quality Gate passed! |
caishunfeng
approved these changes
Nov 11, 2022
Contributor
caishunfeng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.








Purpose of the pull request
Overview
Kubeflow task type is used to create tasks on Kubeflow.
The backend mainly uses the
kubectlcommand to create kubeflow tasks, and continues to monitor the resource status on Kubeflow until the task is completed.Now it mainly supports creating kubeflow tasks using yaml files. If you need to publish
kubeflow pipelinetasks, you can use the python task type.Here are some specific parameters for the Kubeflow plugin
close: #12166
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md