Skip to content

Commit

Permalink
make user guide prominent (#349)
Browse files Browse the repository at this point in the history
* make the heading more readable

* top heading should match file intent

* surface user guide

* Update README.md
  • Loading branch information
animeshsingh authored Oct 30, 2020
1 parent 905079b commit 53dc4f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ We are currently using [Kubeflow Pipelines 1.0.0](https://github.com/kubeflow/pi

[Install Kubeflow Pipelines with Tekton backend](tekton_kfp_guide.md)

[KFP Tekton Pipelines User Guide](/samples/kfp-user-guide/README.md)

[Use KFP Tekton SDK](/sdk/README.md)

[Run Samples](/samples/README.md)
Expand Down
5 changes: 2 additions & 3 deletions samples/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# KFP Tekton User Guide
[KFP Tekton User Guide](/samples/kfp-user-guide) is a guideline for the possible ways to develop and consume Kubeflow Pipeline with Tekton. It's recommended to go over at least one of the methods in the user guide before heading into the KFP Tekton Samples.

# KFP Tekton Samples

Below are the list of samples that are currently running end to end taking the compiled Tekton yaml and deploying on a Tekton cluster directly.
If you are interested more in the larger list of pipelines samples we are testing for whether they can be 'compiled to Tekton' format, please [look at the corresponding status page](/sdk/python/tests/README.md)

[KFP Tekton User Guide](/samples/kfp-user-guide) is a guideline for the possible ways to develop and consume Kubeflow Pipeline with Tekton. It's recommended to go over at least one of the methods in the user guide before heading into the KFP Tekton Samples.

## Prerequisites
- Install [Kubeflow 1.0.2+](https://www.kubeflow.org/docs/started/getting-started/) and connect the cluster to the current shell with `kubectl`
- Install [Tekton 0.14.0](https://github.com/tektoncd/pipeline/releases/tag/v0.14.0)
Expand Down
2 changes: 1 addition & 1 deletion samples/kfp-user-guide/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kubeflow pipeline user guide
# Kubeflow Pipelines with Tekton User Guide

This page introduces different ways to compile, upload, and execute Kubeflow Pipelines with Tekton backend. The usual flow for using the Kubeflow Pipeline is to compile the Kubeflow Pipeline Python DSL into a Tekton formatted file. Then upload the compiled file to the Kubeflow Pipeline platform. Lastly, execute the uploaded pipeline using the Kubeflow Pipeline backend engine. For starter, we recommend using the first method in each section.

Expand Down

0 comments on commit 53dc4f2

Please sign in to comment.