Paul Boyd
Paul Boyd
I made one small tweak to this. It was calling `stream.retryRestartStream` after `Close` was called. `retryRestartStream` sleeps before it checks if the connection was closed, so that, combined with the...
> @pboyd we can rebase this after your catalog API PR is done. Can you also update the catalog configmap schema in this PR with its most recent version? @dhirajsb...
These changes were incorporated into #1209. /close
Hi @jeffrey4l. Which namespace did you install model registry in? By default it goes to the `kubeflow` namespace which won't work for the UI. Based on the screenshot, you should...
@rareddy, it can work that way... Create a `model-registry` profile: ```sh kubectl create -f -
> But my question is: > > * if deploy the model-registry to other namespace, like 'model-registry`, how to control who can see and access it? especially from the ui....
Here is a draft spec for the model catalog YAML: ``` $id: https://kubeflow.org/model-registry/catalog.yaml $schema: https://json-schema.org/draft/2020-12/schema title: Model Catalog type: object properties: models: type: array items: type: object properties: name: type:...
Based on some feedback, we need some additional information in the catalog: - catalog source - long description - maturity - artifacts Updated schema and example are in this gist:...
I'd like to propose a few changes to the design that's presented here. ```mermaid architecture-beta group kfns[Kubeflow Namespace] group profilens[Profile Namespace] group ext(cloud)[External] service mc(server)[Model Catalog] in kfns service mr(server)[Model...
> @pboyd what is your opinion on taking out the generated files from this PR? if possible I want to evaluate this just for the API then we can come...