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.md with new compatibility map #1249

Merged
merged 1 commit into from
May 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions guides/kfp_tekton_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [OpenShift](#openshift)
* [Other Cloud Providers or On-Prem Kubernetes Deployment](#other-cloud-providers-or-on-prem-kubernetes-deployment)
* [Alternative KIND deployment](#alternative-kind-deployment)
* [Compatibility Map](#compatibility-map)
- [Standalone Kubeflow Pipelines with Tekton Backend Deployment](#standalone-kubeflow-pipelines-with-tekton-backend-deployment)
- [Standalone Kubeflow Pipelines with Openshift Pipelines Backend Deployment](#standalone-kubeflow-pipelines-with-openshift-pipelines-backend-deployment)
- [Kubeflow installation including Kubeflow Pipelines with Tekton Backend](#kubeflow-installation-including-kubeflow-pipelines-with-tekton-backend)
Expand Down Expand Up @@ -35,6 +36,16 @@ A Kubernetes cluster `v1.24` that has least 8 vCPU and 16 GB memory.
### Alternative KIND deployment

If you want to deploy locally, you can [deploy MLX on KIND](https://github.com/machine-learning-exchange/mlx/blob/main/docs/install-mlx-on-kind.md). MLX in build on top of kfp-tekton, so you will have Kubeflow Pipeline with Tekton installed after finish deploy MLX on KIND.

### Compatibility Map

Each new KFP-Tekton version is based on the long-term support of the Tekton Pipeline version and the major release of the Openshift pipeline version. Below is the list of compatible KFP-Tekton version to the Tekton/Openshift pipelines version.

| KFP-Tekton Version | Tekton Pipeline Version | OpenShift Pipelines Version |
| -------- | ------- | ------- |
| 1.5.x | 0.41.x | 1.9 |
| 1.6.x | 0.44.x | 1.10 |
| 1.7.x | 0.47.x | 1.11 |

## Standalone Kubeflow Pipelines with Tekton Backend Deployment

Expand Down