Results 120 comments of Greg Sheremeta

this should now be available in KFP 2.3.0 / SDK 2.9.0

@chensun can you merge this one too? ty!

The interface for controlling driver is typically environment variables. Would you want to set driver tolerations in pipeline code, or would you be ok with an env var on the...

There would be no need to make any Argo Workflows modifications. It's probably as simple as modifying [this template](https://github.com/kubeflow/pipelines/blob/35793be4168584b1084169b723bfb216aa4a03b6/backend/src/v2/compiler/argocompiler/container.go#L127), but I didn't look too closely.

I personally dislike the idea of leaking anything about driver (which is a backend implementation detail) into the user-facing API, which is why I asked if you'd be ok with...

I'd love to work on it. Let us get back to you with a timeline.

Back in March, I did some exploration into a minio replacement for the KFP community. I came up with a rough list of requirements, and then charted out various alternatives...

Thanks for the PR. This kind of thing -- baking Kubernetes logic into KFP -- makes me a bit nervous. I already don't like that the kfp-kubernetes SDK basically "chases"...

@chensun do you have any thoughts on the above two comments? I'm not sure how much "Kubernetes logic" (for lack of a better term) we should be baking into KFP....