@@ -52,8 +52,8 @@ Each new KFP-Tekton version is based on the long-term support of the Tekton Pipe
5252| 1.7.x | 0.47.x | 1.11 | V1beta1 | 1.16.0 |
5353| 1.8.x | 0.50.x | 1.12 | V1 | 2.11.3 |
5454| 1.9.x | 0.53.x | 1.13 | V1 | 2.11.3 |
55- | 2.0.x | 0.47.x | 1.11 | V1beta1 | 1.16.0 |
56- | 2.1.x | 0.53.x | 1.13 | V1 | 1.16.0 |
55+ | 2.0.3 | 0.47.x | 1.11 | V1beta1 | 1.16.0 |
56+ | 2.0.5 | 0.53.x | 1.13 | V1 | 1.16.0 |
5757
5858## Standalone Kubeflow Pipelines V1 with Tekton Backend Deployment
5959
@@ -73,14 +73,14 @@ To install the standalone Kubeflow Pipelines V1 with Tekton , run the following
7373 -p ' {"data":{"default-timeout-minutes": "0"}}'
7474 ```
7575
76- 3 . Install Kubeflow Pipelines with Tekton backend (` kfp-tekton ` ) ` v1.9.1 ` [ custom resource definitions] ( https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/ ) (CRDs).
76+ 3 . Install Kubeflow Pipelines with Tekton backend (` kfp-tekton ` ) ` v1.9.2 ` [ custom resource definitions] ( https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/ ) (CRDs).
7777 ``` shell
78- kubectl apply --selector kubeflow/crd-install=true -f https://raw.githubusercontent.com/kubeflow/kfp-tekton/master/install/v1.9.1 /kfp-tekton.yaml
78+ kubectl apply --selector kubeflow/crd-install=true -f https://raw.githubusercontent.com/kubeflow/kfp-tekton/master/install/v1.9.2 /kfp-tekton.yaml
7979 ```
8080
81- 4. Install Kubeflow Pipelines with Tekton backend (` kfp-tekton` ) ` v1.9.1 ` deployment
81+ 4. Install Kubeflow Pipelines with Tekton backend (` kfp-tekton` ) ` v1.9.2 ` deployment
8282 ` ` ` shell
83- kubectl apply -f https://raw.githubusercontent.com/kubeflow/kfp-tekton/master/install/v1.9.1 /kfp-tekton.yaml
83+ kubectl apply -f https://raw.githubusercontent.com/kubeflow/kfp-tekton/master/install/v1.9.2 /kfp-tekton.yaml
8484 ` ` `
8585
86865. Then, if you want to expose the Kubeflow Pipelines endpoint outside the cluster, run the following commands:
@@ -101,7 +101,7 @@ To install the standalone Kubeflow Pipelines V1 with Tekton , run the following
101101
1021027. (OpenShift only) If you are running the standalone KFP-Tekton on OpenShift, apply the necessary security context constraint below
103103 ` ` ` shell
104- curl -L https://raw.githubusercontent.com/kubeflow/kfp-tekton/master/install/v1.9.1 /kfp-tekton.yaml | yq ' del(.spec.template.spec.containers[].securityContext.runAsUser, .spec.template.spec.containers[].securityContext.runAsGroup)' | oc apply -f -
104+ curl -L https://raw.githubusercontent.com/kubeflow/kfp-tekton/master/install/v1.9.2 /kfp-tekton.yaml | yq ' del(.spec.template.spec.containers[].securityContext.runAsUser, .spec.template.spec.containers[].securityContext.runAsGroup)' | oc apply -f -
105105 oc apply -k https://github.com/kubeflow/kfp-tekton//manifests/kustomize/third-party/openshift/standalone
106106 oc adm policy add-scc-to-user anyuid -z tekton-pipelines-controller
107107 oc adm policy add-scc-to-user anyuid -z tekton-pipelines-webhook
0 commit comments