canonical / bundle-kubeflow

Charmed Kubeflow
Apache License 2.0
102 stars 49 forks source link

Issue deploying stable kubeflow #125

Closed aym-frikha closed 4 years ago

aym-frikha commented 4 years ago

I have this issue when deploying kubeflow on top of CDK:

python3 scripts/cli.py deploy-to cdkkf

Enter a password to set for the Kubeflow dashboard: Repeat for confirmation:

It seems pipelines-db and modeldb-db does not exist anymore.

aym-frikha commented 4 years ago

root_password needs also to be changed to "root-password" as well as adding a new entry for mariadb

knkski commented 4 years ago

Sorry about this. The scripts in this repo's master branch recently got updated to work with the charms that are sitting in edge. You'll need to either revert to #116 (cbd4583), or switch to using Juju 2.7 (current available in the beta channel) and the edge channel of kubeflow (pass in --channel edge to the cli.py script).

knkski commented 4 years ago

This should be fixed, in that I've pushed the edge channel to stable, which will work with the latest version of cli.py in this repo. The charms now require Juju 2.7+, which is currently in RC status, so you'll need to do sudo snap switch juju --channel candidate, then do sudo snap refresh. I'm closing this as fixed due to the above, but feel free to reopen if you encounter any issues.