From a5b66ae39a4fdeb636cb2839d9bf9235bc482e3b Mon Sep 17 00:00:00 2001 From: Animesh Singh Date: Tue, 19 May 2020 22:32:18 -0700 Subject: [PATCH] Make the intent of the repository clear (#155) and point to the backend repository --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 204fb6403ac..cd696b33b1f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Kubeflow Pipelines and Tekton +# Kubeflow Pipelines DSL Compiler for Tekton -Project to bring Kubeflow Pipelines and Tekton together. The work is being driven in accordance with this -evolving [design doc specifications](http://bit.ly/kfp-tekton). Since this will evolve from experimental towards a more -mature solution, we are keeping it currently separate from [Kubeflow Pipeline repo](https://github.com/kubeflow/pipelines). +Project to bring Kubeflow Pipelines DSL and Tekton together. The work is being driven in accordance with this evolving [design doc specifications](http://bit.ly/kfp-tekton). The work is split in phases. While the details of the phases are listed in the [design doc](http://bit.ly/kfp-tekton), the current effort in this repository is focused on creating a Kubeflow Pipeline compiler for Tekton, which can take KFP DSL, and compile it to Tekton YAML. You can then run those Pipelines on Tekton directly. + +If you would like to take the compiled output to Kubeflow Pipelines (KFP) engine and run it through KFP SDK and UI, please follow [the evolving code in the backend repository](https://github.com/kubeflow/kfp-tekton-backend) ## Tekton @@ -13,11 +13,6 @@ has Steps. Please look for more details in [Tekton repo](https://github.com/tekt ## Kubeflow Pipeline DSL to Tekton Compiler -The work will be split in phases. While the details of the phases are listed in the [design doc](http://bit.ly/kfp-tekton), -the current effort in this repository is focused on creating a Kubeflow Pipeline compiler for Tekton, which can take -KFP DSL, and compile it to Tekton YAML. Details will be updated as we move into other phases, in concurrence with -design decisions. - We are currently using [Kubeflow Pipelines 0.5.0](https://github.com/kubeflow/pipelines/releases/tag/0.5.0) and [Tekton 0.11.3](https://github.com/tektoncd/pipeline/releases/tag/v0.11.3) for this project.