Matteo Mortari

Results 405 comments of Matteo Mortari

Tested with: ```diff diff --git a/common/networkpolicies/base/kustomization.yaml b/common/networkpolicies/base/kustomization.yaml index 3592bc9a..33bf626c 100644 --- a/common/networkpolicies/base/kustomization.yaml +++ b/common/networkpolicies/base/kustomization.yaml @@ -16,6 +16,7 @@ resources: - minio.yaml - ml-pipeline-ui.yaml - ml-pipeline.yaml + - model-registry.yaml - poddefaults.yaml...

Thank you @juliusvonkohout 🙏 🚀

I'm hitting a `rosetta error: unhandled auxillary vector type 28` and unable to double-check this PR locally atm. btw @lampajr you were on Fedora too, did you needed this changes?...

fwiw works for me on Mac OSX back again with: ``` TESTCONTAINERS_RYUK_DISABLED=true make test-nocache ``` but not with ``` TESTCONTAINERS_RYUK_PRIVILEGED=true make test-nocache ``` but I'm also convinced is unrelated to...

thank you so much @isinyaaa this make it make leaner imho and I'm glad to hear didn't give any trouble trying to supply now a different target arch :) I...

> I'm not completely against it as it would be "easier" but keep in mind that this adds ~10s to the plain `make build`, which is the default cmd. This...

> My biggest issue was the go binary in the bin directory. I thought that was an overkill 👉 https://github.com/kubeflow/model-registry/pull/288

> what is the resolution you guys found on this, as I see this is closed. with more recent changes (ie as it stand currently on main default branch), we...

This is a symptom of a broader issue that you cannot install Kubeflow on a KinD/Minikube on Mac, and this is impacting Model Registry because the Google's MLMD image is...

> I'm able to deploy locally to kind without issue in this manner. @alexcreasy this is interesting, can't recall if I ever tried with KinD. So can you kindly confirm...