Tobias Goerke

Results 20 issues of Tobias Goerke

I'd like users to be able to manage the artifacts their pipelines have created. This involves disabling or invalidating the cache for certain artifacts so that a pipeline can be...

area/frontend
area/backend
area/components
kind/feature

I'd like to use a trained CatBoost model in production by having TensorFlow Serving serve it. However, due to the various restrictions imposed on exporting models (no categorical features and/or...

# The issue With Kubeflow 1.6, we've repeatedly observed Notebooks wouldn't start anymore after they've been culled. Apparently, the notebook controller writes the `last-activity` annotation before culling the Notebook, however,...

As discussed in #8104 and the subsequent community meeting on 17. August, Kubeflow requires a way to manage its artifacts and cache. We've agreed on proceeding and implementing suitable mechanisms...

size/XXL
ok-to-test

In some cases, a PVCViewer object has no status as it was just created or is having issues starting a pod. In those cases, we should rather return waiting than...

size/S
lgtm
approved
do-not-merge/hold

### Environment * KFP version: `2.0.3` (manifests v1.8 release) * KFP SDK version: ``` kfp 2.4.0 kfp-kubernetes 1.0.0 kfp-pipeline-spec 0.2.2 kfp-server-api 2.0.3 ``` ### Steps to reproduce In v1, volume...

kind/bug
area/backend
lifecycle/stale

### Feature Area /area backend ### What feature would you like to see? Allowing to set custom resources for `kfp-driver` and `kfp-launcher`. The Workflow is always created with [the same...

area/backend
kind/feature
lifecycle/stale

### Environment * KFP version: `2.0.3` (manifests v1.8 release) * KFP SDK version: ``` kfp 2.4.0 kfp-kubernetes 1.0.0 kfp-pipeline-spec 0.2.2 kfp-server-api 2.0.3 ``` ### Steps to reproduce Given the following...

kind/bug
area/sdk

Hey and thank you for creating and maintaining this very useful plugin! We've been using it for quite a while but noticed it doesn't work for newer VSCode versions. Reading...

With JupyterLab 4.x the `/tree` path returns a `404` for some reason. This breaks iff authenticating with a Kubeflow instance in `getXSRFToken` ([link](https://github.com/microsoft/vscode-jupyter/blob/main/src/standalone/userJupyterServer/jupyterPasswordConnect.ts#L222)), as the result is expected to be...

bug