@@ -53,15 +53,15 @@ To install the standalone Kubeflow Pipelines with Tekton, run the following step
53
53
-p ' {"data":{"enable-custom-tasks": "true"}}'
54
54
```
55
55
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).
57
57
> 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.
58
58
``` 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
60
60
```
61
61
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
63
63
` ` ` shell
64
- kubectl apply -f install/v1.2.1 /kfp-tekton.yaml
64
+ kubectl apply -f install/v1.3.0 /kfp-tekton.yaml
65
65
` ` `
66
66
67
67
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
91
91
92
92
1. Follow the [Kubeflow install instructions](https://www.kubeflow.org/docs/ibm/deploy/install-kubeflow-on-iks/# kubeflow-installation)
93
93
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-->
95
95
96
96
2. Visit [KFP Tekton User Guide](/guides/kfp-user-guide) and start learning how to use Kubeflow pipeline.
97
97
0 commit comments