-
Notifications
You must be signed in to change notification settings - Fork 448
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
make katib-db configurable #533
Comments
We expected that katib mysql is running in k8s, thus we use katib-db directly. But we should make it configurable. I agree. |
Thanks. I am working on a helm chart now, and it is not guaranteed that the name of the service will be |
@naseemkullah Oh I really love helm chart! Do you have a deadline for it? We will release a new version at the end of this month maybe. |
Thanks! :) :) I think we can have it ready soon (maybe 1 more week?), but we would be nice to get some fixes in on code side, mostly parameterizations for MYSQL configs. Ideally we can use a single MySQL instance with a db for katib and a db for ml-pipeline. |
@naseemkullah @dodizzle Thanks for your work! Are you packaging v1alpha1 or v1alpha2 for katib? |
I was confused about that actually. Never used kubeflow, really approaching this from Ops perspective. https://github.com/kubeflow/katib/tree/master/manifests Which should be ported? So far we have the following workloads (please ignore helm generated prefix)
|
Now we are working on v1alpha2. Thus we recommend doing it after v1alpha2 is released. If you want to run v1alpha1, you should install all the components in manifests/v1alpha1 |
Here missed a DB |
yes we have deployed with the helm mysql chart, as a dependency: https://github.com/helm/charts/blob/d87d8c7b7f4a374e39f152d3a9334ffc3d80c437/incubator/kubeflow/charts/katib/requirements.yaml Also created a temp service |
Then I think it should work. If the url is configurable. |
bump |
/assign |
katib/pkg/db/v1alpha2/interface.go
Line 21 in 3cbb565
Please make
katib-db:3306
configurable with os.Getenv("MYSQL_HOST") and os.Getenv("MYSQL_PORT")The text was updated successfully, but these errors were encountered: