Matteo Mortari
Matteo Mortari
followup of: - #23 this tracker pertains to suggestion received on: - [ ] modify Docker file, makefile, etc to account for cross-platform build (see [comment](https://github.com/kubeflow/model-registry/issues/23#issuecomment-1968119217) for examples) - [...
- [ ] Add image build directive in the model registry root Makefile (re-using csi Makefile) - [ ] update KServe website, following this: https://github.com/kserve/website/pull/346 to show integration of CSI...
Raising as draft following indication on #2701 but not yet sure how to manually verify: I've tested with `1.9.0-rc.0` on a local cluster, both with _and_ without this network policy,...
Based on previous feedback from: - https://github.com/kubeflow/website/pull/3698#issuecomment-2069810560 - https://github.com/kubeflow/website/pull/3698#discussion_r1597274742 Reorganize diagrams as follows: 1. make MLOps inner Vs outer cycle smaller just to introduce the concept 2. re-use overall architecture...
### What you would like to be added? This image: https://hub.docker.com/r/kubeflow/storage-initializer from: https://github.com/kubeflow/training-operator/blob/master/sdk/python/kubeflow/storage_initializer/Dockerfile is generically called: `kubeflow/storage-initializer` to integrate with KServe as a Custom Storage Initializer. Kindly consider renaming it...
while testing for #147 with ghcr.io and quay.io (so I could test the Token auth backend), I noticed the following and I believe these modification improve on the token backend...
**Describe the bug** Unable to index ModelVersion containing `:`. **To Reproduce** Steps to reproduce the behavior: 1. attempt to index a ModelVersion for "some:version" following the [kubeflow tutorial](https://www.kubeflow.org/docs/components/model-registry/getting-started/#register-metadata), example: ,...
🚧 this roadmap is being discussed in the [biweekly Model Registry meeting](https://www.kubeflow.org/docs/about/community/#kubeflow-community-calendars) and might be subject to change 🏗️ join us in the meeting or on [Model Registry Slack channel](https://www.kubeflow.org/docs/about/community/#slack-channels:~:text=Model%20Registry,kubeflow%2Dmodel%2Dregistry)...
### What happened? I was following this tutorial: https://github.com/cri-o/cri-o/blob/main/tutorials/crio-in-kind.md from this repo, as I want to test K8s 1.31 with latest CRI-O for the image volume source: https://kubernetes.io/blog/2024/08/16/kubernetes-1-31-image-volume-source/ I'm fine...
/kind feature **Describe the solution you'd like** I would like for the KServe [Storage Initializer](https://github.com/kserve/kserve/blob/master/python/kserve/kserve/storage/storage.py#L61-L63) to update the Isvc with some status/result/outcome of the initialization operation. For example, - to...