-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Kubeflow pipelines quickstart notebooks added. #821
Conversation
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
Hi @rostam-github. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1 similar comment
Hi @rostam-github. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @rostam-github, Could you please follow the instruction to pass the CLA test? |
CLAs look good, thanks! |
/ok-to-test |
Hi @rostam-github, Could you please provide some info about how this quickstart notebook is different from the ones we already provide? We don't have e2e tests for notebooks yet so we are a little reticent to accept new samples except if they illustrate a particularly interesting case, or something that's missing from our existing notebooks. |
Hi @vicaire , |
Thanks you. Could you please compare to the existing notebook samples (I am not sure whether you are aware of them)? https://github.com/kubeflow/pipelines/tree/master/samples/notebooks Does it illustrate additional concepts? Would it make sense to merge this notebook with existing ones? Or does it introduces enough new concepts (without duplication)? |
Thanks Pascal. Those two code samples don't have any info about how to build your image and put it Container Registry (which is probably more confusing for data scientists, because they are usually very comfortable with Python). There are some duplicates, for example, the first notebook contains a sample for lightweight implementation as one of the ways to create a component, but then it explains the other method in the same place. There are duplications between all of them. Can we do a quick hangout and quickly discuss this? |
Rostam, I can review this PR and coordinate with you. Would you like to schedule a quick hangout as suggested? I am free this afternoon, or we can aim to discuss on Tuesday as well. High-level comments:
Also, many thanks for taking the time to submit the PR! |
Hi Ajay, |
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.
Thanks for the PR, and apologies for the delayed review. Overall looks good. Thanks!
Thank you for reviewing. I incorporated the comments. Please review. |
@neuromage, @gaoning777, do you have further comments? Can we approve? |
\lgtm |
Add an issue to add the sample test: #1224 |
Thanks @rostam-github for your contribution and sorry that this PR merging took so long. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaoning777 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaoning777 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 |
Thank you for review and great comments!
…On Wed, Apr 24, 2019 at 7:24 PM Kubernetes Prow Robot < ***@***.***> wrote:
Merged #821 <#821> into master.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#821 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AJVUSETNGVYIGLCK2RTX7P3PSEI7DANCNFSM4GXCYF4A>
.
|
* Add KFServing on Kubeflow with Istio-Dex example * Add KFServing on Kubeflow with Istio-Dex example
This change is