Yuvi

Results 1039 comments of Yuvi
trafficstars

@minrk I want to possibly support `hub_base_url` as well in the future, which is why I specifically said `server_base_url` here. @consideRatio what kinda test would you like for this? I...

oh lol I didn't actually notice these tests were failing! Sorry I lost context. I'm just going to convert this to draft, as I don't have time to look into...

We might wanna separate this out from the runtime command, maybe - but wanna do the 'right thing' by default as well.

I had more conversations over lunch yesterday about this. Problems we need to solve: 1. Right now, repo2docker treats one repo (directory) as one image. With rpz files, one file...

What is a possible next step here? :)

Looks like we need to pay dockerhub to make any changes other than removal to this group of people...

Currently you can do this by overriding the start method, creating the secret (if it doesn't exist) and then mounting it. We could use an ownerReference to have it be...

Would *love* for this to be in JupyterHub core, rather than wrapspawner!

This makes sense. The complexity here will be creating & cleaning up the secret objects with pod start / stop. We could explore doing this with [kubernetes garbage collection](https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/), although...