Simon Li

Results 655 comments of Simon Li

@consideRatio I think I've added all the missing PRs so this should be up to date now. I've changed the version to `2.0.0-beta.1`, this takes some of the pressure associated...

I've rebased and squashed all commits into one here, in case you want to force push it to this PR: ~https://github.com/manics/zero-to-jupyterhub-k8s/commit/afe5d1d192ed605cb4ad1ed8fd0cb1dbf3200100~ https://github.com/manics/zero-to-jupyterhub-k8s/commit/d01f3d63c479dc4227ae50d403a8fc5ba091d67c

At risk of delaying this further, the next release of JupyterHub requires another DB upgrade, so maybe we should wait? https://github.com/jupyterhub/jupyterhub/issues/3982

JupyterHub 2 already requires a DB upgrade.

I also think we should aim for smaller more frequent releases rather than doing anything fancy with rebuilding images: - One key idea behind K8s is immutable infrastructure, changing the...

@agnewp That's a really good question that would be well suited to our [community forum](https://discourse.jupyter.org/) where more people hang out. If you start a thread there you'll be able to...

I suspect everyone's favourite header `X-Forwarded-Proto` and related forwarding headers may also have an effect :laughing:

Would any of these options include unifying the output of the modules- or is the assumption that podman would change to match the docker output? For example to lookup an...

> As I understand, JupyterHub always converts names to lowercase That's the default but it's not mandatory, it's handled by an overridable function: https://github.com/jupyterhub/jupyterhub/blob/59b25813705ef884e54661daf9c10bb48fa1fb54/jupyterhub/auth.py#L397-L407

> We are seeing this issue only with recent versions of Jupyterhub-oauthenticator and this worked fine before. Do you know which release of jupyterhub-oauthenticator broke your configuration?