-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 and Tekton #3647
Comments
The design document mentions an interesting "intermediate graph representation (DAG)", has MLGraph SeldonIO/mlgraph#2 been thought of as an intermediate representation? |
@talebzeghmi I believe SeldonIO's mlgraph is focused on inference graphs which I think is a sufficiently different use case from the type of graphs KFP is doing. /cc @cliveseldon |
@talebzeghmi I think I would agree that the spec of MLGraph as it stands is inference focused for k8s. The initial part has a general DAG but that is the only general part and is basically a copy of similar concepts in Argo when it was originally proposed. There is nothing particularly special about the DAG data structure. |
We are looking at adding Tekton support to the KFP api-server. However, Tekton beta client required client-go v1.17.0 and this version of the go client is causing some issue with the Argo client.
This is also mentioned in argoproj/argo-workflows#1983 which is fixed in the newer version of Argo. Do we have any plan to migrate the Argo go client to a newer version? |
@Tomcli I would suggest opening a specific issue on the client go version and then adding the appropriate pipellines folks to comment on it. |
+1 on above @Tomcli. We can use this as an umbrella issue, and just point to the specific issues from here |
Another related issue being tracked for bazel update/upgrade |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
/reopen |
@Bobgy: Reopened this issue. In response to this:
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. |
Closing this issue. Talked to Tommy and we're good to do it. /close |
@rimolive: Closing this issue. In response to this:
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. |
Uber issue to track the implementation of Kubeflow Pipelines and Tekton integration. The work is currently divided into three phases, with the first phase focussed on creating a KFP Compiler for Tekton, which is getting close to ready
Design doc and specifications: http://bit.ly/kfp-tekton
Github repo: https://github.com/kubeflow/kfp-tekton
CD Foundation MLOps Sig:
https://cd.foundation/blog/2020/02/11/announcing-the-cd-foundation-mlops-sig/
In 2nd phase, we will start moving some PRs to core KFP repo to drive some changes to the code to make it easier to plug-in Tekton, as well as make the current IR more comprehensive
@paveldournov @jessiezcc @neuromage @Ark-kun @ckadner @Tomcli @jlewi
We will be using this overall issue to track the progress and prioritization
The text was updated successfully, but these errors were encountered: