-
Notifications
You must be signed in to change notification settings - Fork 70
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
Automated deployment #57
Comments
cc @yuvipanda |
There could be different options for building the Docker images:
Option 1 might still be more adequate (at least for now), especially if we want to keep the gallery generic enough for those who want to deploy their own gallery and don't want to deal with container registries. This again follows the idea of having an immutable TLJH instance with a specific set of examples. If the examples change they a new instance should be created. |
Just thinking out loud here. Another option could be:
|
Currently:
sudo python3 the-littlest-jupyterhub/bootstrap/bootstrap.py --plugin tljh-voila-gallery/
It should be possible to automate all of this while keeping the single instance setup:
gallery-deploy
repo)openstack
client with avoila-gallery-deploy
user to start a new instance behind a floating IP (see Point voila-gallery.org to a floating IP #55) and do a rolling upgradeThe text was updated successfully, but these errors were encountered: