You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yuvipanda has been talking about this for a while. The biggest difficulties with testing hubploy itself are:
You need to deploy a JupyterHub
You need somewhere to deploy a JupyterHub
I thought on this a while and got nowhere because I wasn't sure who should host the cluster that this test deployment would go, wasn't sure on what the JupyterHub should include, etc.
I talked with @consideRatio about this a bit on Monday; he suggesting using k3s to launch a cluster on the small CI machine that you get for GitHub Actions. A basic JupyterHub installation is hopefully small enough to fit on this as well.
Thoughts on ramifications to this testing process can go below, just wanted to get the conversation started. At a very base level, we should probably test the hubploy build and hubploy deploy commands with simple setups.
The text was updated successfully, but these errors were encountered:
@salvis2 i am unsure if you are still using hubploy, or know of anyone (other than UC Berkeley) that is... if so, please note that the current incarnation of hubploy is going under a major refactor due to it being mostly abandoned and we're changing our build and deploy workflow to rely on repo2docker-action for building and pushing of user container images.
@yuvipanda has been talking about this for a while. The biggest difficulties with testing hubploy itself are:
I thought on this a while and got nowhere because I wasn't sure who should host the cluster that this test deployment would go, wasn't sure on what the JupyterHub should include, etc.
I talked with @consideRatio about this a bit on Monday; he suggesting using k3s to launch a cluster on the small CI machine that you get for GitHub Actions. A basic JupyterHub installation is hopefully small enough to fit on this as well.
Thoughts on ramifications to this testing process can go below, just wanted to get the conversation started. At a very base level, we should probably test the
hubploy build
andhubploy deploy
commands with simple setups.The text was updated successfully, but these errors were encountered: