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

Chore(docs) Update kfp_tekton_install V2 instructions for KFP-Tekton 2.0.5 release #1453

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions guides/kfp_tekton_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ To install the standalone Kubeflow Pipelines V1 with Tekton , run the following

To install the standalone Kubeflow Pipelines V2 with Tekton, run the following steps:

1. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v2.0.3` along with Tekton `v0.47.5`
1. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v2.0.5` along with Tekton `v0.53.2`
```shell
kubectl apply -k https://github.com/kubeflow/kfp-tekton//manifests/kustomize/env/platform-agnostic-tekton\?ref\=v2.0.3
kubectl apply -k https://github.com/kubeflow/kfp-tekton//manifests/kustomize/env/platform-agnostic-tekton\?ref\=v2.0.5
```

2. Then, if you want to expose the Kubeflow Pipelines endpoint outside the cluster, run the following commands:
Expand All @@ -135,7 +135,7 @@ To install the standalone Kubeflow Pipelines V2 with Tekton, run the following s
Now, please use the [KFP V2 Python SDK](https://pypi.org/project/kfp/) to compile KFP-Tekton V2 pipelines because we are sharing the same pipeline spec starting from KFP V2.0.0.

```shell
pip install "kfp>=2.0" "kfp-kubernetes>=1.0.0"
pip install "kfp>=2.6.0" "kfp-kubernetes>=1.1.0"
```

## Standalone Kubeflow Pipelines with Openshift Pipelines Backend Deployment
Expand Down
Loading