Greetings,
I am trying to deploy kubeflow in an offline environment using juju deploy
and pointing to a local path where I have all the .charm files downloaded and a .yaml file. What I am trying to do, in a simplified way, is to deploy kubeflow with the .charm files in the local file system. I have also downloaded some of the images that are pulled when doing an online deploy.
The process I have followed until now is to do two setups, one online and one offline to compare which images are downloaded in the online setup, export them and import them into the offline setup.
These are the charms I downloaded with the juju download <charm>
command from a setup that already has kubeflow deployed.
I would really appreciate if anyone has anything to add to point me in the right direction or point out mistakes. If there is any more information needed, let me know and I will try to upload it ASAP.
Thanks!