Andrew Scribner

Results 102 comments of Andrew Scribner

Yeah I think the profile controller would be instantiating waypoint proxies for each user namespace. That shouldn't be so hard though (the profile controller already creates other per-namespace resources) This...

Someone else will have to speak to it, but from what I can tell the features from `VirtualServices` used now are covered by `HTTPRoute`. I'm less sure about `AuthorizationPolicies` and...

ty @peterj this is really helpful clarifications! Do you know how the Gateway API works for setting up authentication at the gateway? I'm thinking of [this `EnvoyFilter`](https://github.com/kubeflow/manifests/blob/08f217c1bfb232ebeb05d12f9aa17d5f848c19bb/common/oidc-client/oidc-authservice/base/envoy-filter.yaml#L4) - does it...

I haven't tested anything in knative yet, but they have [some discussion](https://github.com/knative-extensions/net-istio/issues/1103) of ambient working

Yeah I liked the extra features in this one, it felt more like something I could see using from a notebook. but using the common launch_crd from the TFJob would...

I started looking at refreshing this, but I can't reproduce the existing API. I'm following the `/hack/python-sdk` scripts, but when I Generate the Python SDK (`java -jar ${SWAGGER_CODEGEN_JAR} ...`) I...

ty! fyi to use the PyTorchJob API (built using swagger) with kubernetes atm (built using the openapi fork or swagger), I've been subclassing like: ``` # Patch PyTorchJob APIs to...

I've seen discussion on launchers here and on Kubeflow/Pipelines, but nothing concrete. Has anyone built a solution for this? If not, I plan to create one based on the TFJob...

If anyone needs assistance setting up github CI for their working group, etc., please reach out (on this issue or in Kubeflow Slack). I'm not an expert, but I have...

Notes from an initial meeting between Kubeflow and Identity teams: ### Details of replacing Dex with Identity Platform * Identity team thinks we should be able to plug the Identity...