You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/kfp_tekton_install.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
## Installation Targets and Prerequisites
16
16
17
-
A Kubernetes cluster `v1.22` that has least 8 vCPU and 16 GB memory.
17
+
A Kubernetes cluster `v1.23` that has least 8 vCPU and 16 GB memory.
18
18
19
19
### IBM Cloud Kubernetes Service (IKS)
20
20
@@ -41,10 +41,10 @@ A Kubernetes cluster `v1.22` that has least 8 vCPU and 16 GB memory.
41
41
42
42
To install the standalone Kubeflow Pipelines with Tekton, run the following steps:
43
43
44
-
1. Install [Tekton v0.38.4](https://github.com/tektoncd/pipeline/blob/v0.38.4/docs/install.md#installing-tekton-pipelines-on-kubernetes) if you don't have Tekton pipelines or OpenShift Pipelines on the cluster. Please be aware that Tekton custom task, loop, and recursion will not work if Tekton/Openshift pipelines version is not v0.28.0+.
44
+
1. Install [Tekton v0.41.0](https://github.com/tektoncd/pipeline/blob/v0.41.0/docs/install.md#installing-tekton-pipelines-on-kubernetes) if you don't have Tekton pipelines or OpenShift Pipelines on the cluster. Please be aware that Tekton custom task, loop, and recursion will not work if Tekton/Openshift pipelines version is not v0.28.0+.
> 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.
0 commit comments