-
Notifications
You must be signed in to change notification settings - Fork 10
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
Create an Operator for Model Registry #47
Labels
Comments
See also: #15 |
I believe this can be closed, since:
Productizations are already tracked in JIRAs. Kindly consider Close. |
I believe this can be closed, since:
Productizations are already tracked in JIRAs. Kindly consider Close. |
github-project-automation
bot
moved this from In Progress
to Done
in (inactive) ODH Model Registry Planning
Feb 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Model Registry needs a operator that can be used deploy Model Registry related resources in an OpenShift platform
Describe the solution you'd like
Design Go based operator using Opearator SDK for Model Registry. The deployment model should mimic much like what we see in Kustomize scripts https://github.com/kubeflow/kfp-tekton/tree/master/manifests/kustomize/base/metadata
The resulting YAML of Kusomize needs to be converted into Go constructs. Kustomize script directly calls the deployment on mySQL database, here may be we can add additional dereference and and call
Custom Resource
of MySQL operator otherwise switch this to PostgreSQL and use the Crunchy Operator for achieve the same.The text was updated successfully, but these errors were encountered: