Tommy Li

Results 187 comments of Tommy Li

For the current version of kfp-tekton, you have to use `@components.func_to_container_op` like the example below. https://github.com/kubeflow/kfp-tekton/blob/master/sdk/python/tests/compiler/testdata/conditions_with_global_params.py @kfp.dsl.component and kfp.v2.dsl are for building component into the next generation IR (intermediate representation)...

Thanks @YiannisGkoufas, for pipelines we can disable istio sidecar. On the notebook server we can define our own volume mount definition on the UI so we can bypass this problem....

> Hi @Tomcli can you try creating the pod like this: > > ```yaml > cat kind: Pod > metadata: > name: nginx > annotations: > sidecar.istio.io/inject: "false" > namespace:...

`reposCache` only appends in the apply command. I didn't own the `build` part so I'm not sure is this expected. But usually we shouldn't modify the .cache folder after `kfctl...

Thanks @maanur, the `NetworkPolicy` helped us to bypass this issue. Now we probably need to find an open source solution to automated this process as part of our Kubeflow install.

It looks like Knative v0.22.1 might have some mutation errors on Kubernetes v1.22. I was digging into the release comments and some of the Kubernetes 1.22 fixes are patched in...

Here's the issue on k8s 1.22+ https://github.com/knative/serving/issues/11448 The new minor release is to address the new APIs in k8s 1.22+

For kfp-tekton project, we want to use kfp-tekton [v1.2.1](https://github.com/kubeflow/kfp-tekton/releases/tag/v1.2.1) release for KF v1.6. The update script should be available at https://github.com/kubeflow/manifests/blob/master/hack/sync-kfp-tekton-manifests.sh. Thanks.

> @yhwang @johnugeorge @zijianjoy had you checked the cache-deployer-deoloyment pod in your Kubeflow deployment while testing? > > It stays in running state for few seconds while it retries and...