Tommy Li
Tommy Li
### Feature Area Add the new Tekton packages into the KFP backends Most of the code are in a pluggable Tekton compiler and executor client package https://github.com/kubeflow/kfp-tekton/tree/v2-integration/backend/src/v2/compiler/tektoncompiler https://github.com/kubeflow/kfp-tekton/blob/v2-integration/backend/src/common/util/execution_client.go#L107-L127 ### What...
Tensorflow 1.14 is no longer in Python 3.8 library. Therefore anyone who wants to install aix360 on Python 3.8 will have this dependency error. Since we don't have a plan...
**Which issue is resolved by this Pull Request:** Resolves # **Description of your changes:** Update Tekton to 0.56.0 for KFP V1 backend and KFP V2 custom tasks. **Environment tested:** *...
/kind feature **Description:** - [ ] KFP-Tekton V2 code refactoring and optimization: - [x] #1357 - [x] #1361 - [x] #1364 - [ ] #1419 - Pending on Status IR...
/kind feature **Description:** When adding driver and publisher tasks into the sub-dag, we are introducing a new layer of complexity to the Tekton graph because the driver needs to connect...
/kind bug **What steps did you take and what happened:** For the exit handler example, the Tekton version right now treat it as a failed pipeline and stop all task...
/kind feature **Description:** KFP V2 log archive will point to the main.log created by Argo. Since Tekton doesn't have a good way to store logs, we need to update our...
/kind feature **Description:** [kubectl-wrapper](https://github.com/kubeflow/kfp-tekton/tree/master/tekton-catalog/kubectl-wrapper) is the container that replicate the Argo resourceOp capability in KFP V1. However, in KFP V2, it no longer support resourceOp so we need to have...
/kind feature **Description:** The `template` api right now is calling grpc to send its payload as string to the end users/UI. Which it has a limit of 4mb on all...
/kind bug **What steps did you take and what happened:** On openshift we are missing the scc for subpath, so the `move-all-results-to-tekton-home` step is having the below error ``` 2023/07/11...