Skip to content

Commit 144f9e9

Browse files
authored
Add kfp-tekton 1.3.0 release template (kubeflow#1011)
1 parent b219b2e commit 144f9e9

File tree

12 files changed

+3328
-23
lines changed

12 files changed

+3328
-23
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# - The help target was derived from https://stackoverflow.com/a/35730328/5601796
1717

1818
VENV ?= .venv
19-
KFP_TEKTON_RELEASE ?= v1.2.1
19+
KFP_TEKTON_RELEASE ?= v1.3.0
2020
export VIRTUAL_ENV := $(abspath ${VENV})
2121
export PATH := ${VIRTUAL_ENV}/bin:${PATH}
2222
DOCKER_REGISTRY ?= aipipeline

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.3.0

guides/kfp_tekton_install.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ To install the standalone Kubeflow Pipelines with Tekton, run the following step
5353
-p '{"data":{"enable-custom-tasks": "true"}}'
5454
```
5555

56-
3. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.2.1` [custom resource definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)(CRDs).
56+
3. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.3.0` [custom resource definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)(CRDs).
5757
> Note: You can ignore the error `no matches for kind "Application" in version "app.k8s.io/v1beta1"` since it's a warning saying `application` CRD is not yet ready.
5858
```shell
59-
kubectl apply --selector kubeflow/crd-install=true -f install/v1.2.1/kfp-tekton.yaml
59+
kubectl apply --selector kubeflow/crd-install=true -f install/v1.3.0/kfp-tekton.yaml
6060
```
6161

62-
4. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.2.1` deployment
62+
4. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.3.0` deployment
6363
```shell
64-
kubectl apply -f install/v1.2.1/kfp-tekton.yaml
64+
kubectl apply -f install/v1.3.0/kfp-tekton.yaml
6565
```
6666

6767
5. Then, if you want to expose the Kubeflow Pipelines endpoint outside the cluster, run the following commands:
@@ -91,7 +91,7 @@ To install the standalone Kubeflow Pipelines with Tekton, run the following step
9191

9292
1. Follow the [Kubeflow install instructions](https://www.kubeflow.org/docs/ibm/deploy/install-kubeflow-on-iks/#kubeflow-installation)
9393
to install the entire Kubeflow stack with `kfp-tekton`.
94-
Kubeflow `v1.5.0` uses Tekton `v0.30.0` and `kfp-tekton` `v1.1.1`. <!-- TODO update-->
94+
Kubeflow `v1.6.0` uses Tekton `v0.31.4` and `kfp-tekton` `v1.2.1`. <!-- TODO update-->
9595

9696
2. Visit [KFP Tekton User Guide](/guides/kfp-user-guide) and start learning how to use Kubeflow pipeline.
9797

0 commit comments

Comments
 (0)