Skip to content
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

Add volumemount support and fix parameter bugs #40

Merged
merged 8 commits into from
Mar 20, 2020

Conversation

Tomcli
Copy link
Member

@Tomcli Tomcli commented Mar 19, 2020

Preview for volumemount support. Tekton needs to pass param under path /tekton/results/. Pending with PR kubeflow/pipelines#3316 to get the config path support on the watson example.

Fixes #34


This change is Reviewable

@@ -115,11 +115,11 @@ def _create_pipeline_workflow(self, args, pipeline, op_transformers=None, pipeli
for tp in task.get('params', []):
if tp['name'] in pipeline_param_names:
tp['value'] = '$(params.%s)' % tp['name']
break
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

sdk/python/tests/compiler/compiler_tests.py Outdated Show resolved Hide resolved
sdk/README.md Outdated Show resolved Hide resolved
@Tomcli Tomcli changed the title [WIP] Add volumemount support and fix parameter bugs Add volumemount support and fix parameter bugs Mar 20, 2020
@Tomcli
Copy link
Member Author

Tomcli commented Mar 20, 2020

The volumes support (not ops) itself is not pending the pr, but in order to run the watson ML with our current implementation, kubeflow/pipelines#3316 is necessary.

@@ -1,4 +1,4 @@
# Copyright 2018 Google LLC
# Copyright 2020 Google LLC
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this also say kubeflow.org instead of Google LLC ? (cc @animeshsingh)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh i was coping from the kubeflow example, I can update the header

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah all licenses should be kubeflow.org

@animeshsingh
Copy link
Collaborator

/lgtm
/approve

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: animeshsingh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 8e944cf into kubeflow:master Mar 20, 2020
@Tomcli Tomcli deleted the volume branch March 23, 2020 20:21
ckadner pushed a commit to ckadner/kfp-tekton that referenced this pull request Mar 25, 2020
* add volumemount support and fix parameter bugs

* remove sdk/samples folder and use real kfp example

* fix formatting

* update unittest and instructions

* update license header

* update license header

* update license
gmfrasca pushed a commit to gmfrasca/data-science-pipelines-tekton that referenced this pull request Oct 3, 2022
feat(frontend): Update GitHub References in UI to point to ODH Repo Fork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for volumemounts
4 participants