-
Notifications
You must be signed in to change notification settings - Fork 121
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
Integrate with argo workflow via vineyardctl. #1593
Integrate with argo workflow via vineyardctl. #1593
Conversation
390c43e
to
739edc7
Compare
739edc7
to
78a5fbf
Compare
--mount-path="/vineyard/data" \ | ||
--dag="dag" \ | ||
--tasks="preprocess-data,test-data" | ||
`) |
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.
Can you use a simpler demo case in docstring? for example a workflow with only 2 step.
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.
Ok.
|
||
"github.com/v6d-io/v6d/k8s/cmd/commands/flags" | ||
"github.com/v6d-io/v6d/k8s/cmd/commands/util" | ||
"gopkg.in/yaml.v3" |
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.
Leave vineyard imports to the last position.
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.
Done.
* Add a new command 'vineyardctl inject argo-workflow' to inject the vineyard volumes to the workflow manifest. * Add the relevant unit test. * Update the doc. * Bump up the golangci-lint to v1.50.0. Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
052cddb
to
c2704c0
Compare
What do these changes do?
Related issue number
Fixes #1590