sky-uk / kfp-operator

BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Support namespaced custom resources on providers #40

Closed jmendesky closed 1 month ago

jmendesky commented 2 years ago

Overview

The KFP-Operator has been built without multi-user support. Custom resources, currently, are assumed to have globally unique names. All providers should support duplicate names across namespaces.

Technical Details

Vertex AI

Tasks

Open Questions

Notes

Migration will happen eventually as resources are synchronised. No manual migration procedures are needed.

Kubeflow Pipelines

Open Questions

KFP support requires research into mult-user isolation https://www.kubeflow.org/docs/components/central-dash/profiles/

aidandunlop commented 1 month ago

Rather than using profiles in KFP, I think namespaced pipelines is already a feature? https://github.com/kubeflow/pipelines/pull/4835