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 versions #1397

Merged
merged 1 commit into from
Oct 23, 2023
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
10 changes: 5 additions & 5 deletions guides/kfp_tekton_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,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.1` along with Tekton `v0.47.4`
1. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v2.0.2` along with Tekton `v0.47.4`
```shell
kubectl apply -k https://github.com/kubeflow/kfp-tekton//manifests/kustomize/env/platform-agnostic-tekton\?ref\=v2.0.1
kubectl apply -k https://github.com/kubeflow/kfp-tekton//manifests/kustomize/env/platform-agnostic-tekton\?ref\=v2.0.2
```

2. Then, if you want to expose the Kubeflow Pipelines endpoint outside the cluster, run the following commands:
Expand Down Expand Up @@ -140,7 +140,7 @@ pip install "kfp>=2.0" "kfp-kubernetes>=1.0.0"

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

1. Install openshift pipelines (v1.11) from openshift operatorhub:
1. Install openshift pipelines (v1.12) from openshift operatorhub:

![openshift-pipelines](/images/openshift-pipelines.png)

Expand All @@ -152,9 +152,9 @@ To install the standalone Kubeflow Pipelines with Openshift Pipelines, run the f
-p '{"data":{"default-timeout-minutes": "0"}}'
```

3. Install Kubeflow Pipelines with Openshift pipelines backend (`kfp-tekton`) `v1.7.1` deployment
3. Install Kubeflow Pipelines with Openshift pipelines backend (`kfp-tekton`) `v1.8.1` deployment
```shell
oc apply -k https://github.com/kubeflow/kfp-tekton//manifests/kustomize/env/kfp-template-openshift-pipelines\?ref\=v1.7.1
oc apply -k https://github.com/kubeflow/kfp-tekton//manifests/kustomize/env/kfp-template-openshift-pipelines\?ref\=v1.8.1
```

4. Then, if you want to expose the Kubeflow Pipelines endpoint outside the cluster, run the following commands:
Expand Down