-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModelMesh ArgoCD app does not sync #3
Comments
after adding model mesh deployment (see goern@af54fea ), argocd gives me
|
Thanks for the heads up @goern. I can take a deeper look later, but from the error message you report, I suspect it tries to access a namespace that doesn't exist. Can you confirm that you're running ODH? In case of RHODS, the namespace will have to be updated to your existing target namespace. |
confirmed. I'm just following the steps of the readme ;) To me, it looks like the argocd role is not allowed to create resources. It does not look like a problem with argocd requiring a white labeling of the resource |
I had a closer look and saw that the ArgoCD manifests had an inconsistency, which explains the failed GitOps deployment. I fixed that. However, with ModelMesh now being fully integrated in ODH and RHODS, the concept of GitOps within an ODH/RHODS based workflow needs to be reworked. I've removed that part from the documentation in the meantime. I've updated major parts of the documentation. Please let me know if it makes sense now @goern. |
at https://github.com/goern/os-mlops/blob/odh-manifest-typo-fix/odh-kfp-modelmesh.md#prepare-the-model-deployment an ArgoCD app is deployed from https://github.com/mamurak/odh-ml-pipelines-seldon-ops-repo/blob/main/manifests/inference-service.yaml which errors with
the server could not find the requested resource
is the modelmesh config missing from
manifests/odh/odh.yaml
?/assign @mamurak
/kind bug
The text was updated successfully, but these errors were encountered: